Proofreading

post/wasm-gol-2
Ashelyn Rose 1 year ago
parent 07e3f59162
commit 17ec5c501a

@ -382,7 +382,7 @@ But what's this `$getNewValueAtPosition` function? Let's have a look at that!
```
This is (effectively) an unrolled loop. I could make this code shorter
but un-unrolling my loop, but I couldn't find a way to do that which didn't
by un-unrolling my loop, but I couldn't find a way to do that which didn't
immediately result in more instructions being run overall, so *for the moment*
I'm leaving it like this.

Loading…
Cancel
Save