Fix typo in notes

This commit is contained in:
Wayne Conrad 2017-07-01 14:24:41 -07:00
parent e57d9d514c
commit 902c6c699a

View file

@ -137,7 +137,7 @@ ways:
to fix it because doing so would (a) be quite difficult, and (b)
compromise forward-portability to other languages.
* Muxh of the code still assumes one-origin array indexing. Thus,
* Much of the code still assumes one-origin array indexing. Thus,
arrays are a cell larger than they strictly need to be and cell 0 is
unused.