From: Wayne Conrad Date: Sat, 1 Jul 2017 21:24:41 +0000 (-0700) Subject: Fix typo in notes X-Git-Tag: takebird~133 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=76e3e27f66f9406ce8d7944d378bbc098b5a69d4 Fix typo in notes --- diff --git a/notes.adoc b/notes.adoc index cac3a13..884d1ce 100644 --- a/notes.adoc +++ b/notes.adoc @@ -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.