diff --git a/site/dump.vto b/site/dump.vto index bf6a6b4..9e13fa4 100644 --- a/site/dump.vto +++ b/site/dump.vto @@ -8,6 +8,6 @@ mapAnchor: true
Here is where I store all my random thoughts, grievences, random bits of information and perhaps the nice stuff I encounter.
+Here is where I store all my random thoughts, grievances, random bits of information and perhaps the nice stuff I encounter.
Nothing here is blog-post tier good, so do not expect very high quality.
diff --git a/site/dump/go/iterators.md b/site/dump/go/iterators.md index a01385c..6990929 100644 --- a/site/dump/go/iterators.md +++ b/site/dump/go/iterators.md @@ -7,7 +7,7 @@ Just had to deal with Go iterators and I can say that they fit the language well. They're push iterators. It's as if you're just appending items to an array. -Actually much easier to explain when you are teaching the language to begginers +Actually much easier to explain when you are teaching the language to beginners while not expecting them to use it for much other than surface level utilities. They compile down to nonlocal returns to try to keep it fast, but of course it's