mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
treewide: fix typos
This commit is contained in:
parent
12f04bb8d5
commit
1f0c8ba344
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ mapAnchor: true
|
||||||
|
|
||||||
<h1>Info and Thought Dumps</h1>
|
<h1>Info and Thought Dumps</h1>
|
||||||
|
|
||||||
<p>Here is where I store all my random thoughts, grievences, random bits of information and perhaps the nice stuff I encounter.</p>
|
<p>Here is where I store all my random thoughts, grievances, random bits of information and perhaps the nice stuff I encounter.</p>
|
||||||
|
|
||||||
<p>Nothing here is blog-post tier good, so do not expect very high quality.</p>
|
<p>Nothing here is blog-post tier good, so do not expect very high quality.</p>
|
||||||
|
|
|
@ -7,7 +7,7 @@ Just had to deal with Go iterators and I can say that they fit the language
|
||||||
well.
|
well.
|
||||||
|
|
||||||
They're push iterators. It's as if you're just appending items to an array.
|
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.
|
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
|
They compile down to nonlocal returns to try to keep it fast, but of course it's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue