mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
treewide: fix typos
This commit is contained in:
parent
12f04bb8d5
commit
1f0c8ba344
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue