Fix typo in notes

This commit is contained in:
Wayne Conrad 2017-07-01 14:24:41 -07:00 committed by Eric S. Raymond
parent f1b37ea163
commit 76e3e27f66

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.