Skip to content

Commit

Permalink
Fix for Mantis bug 2005
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed Apr 10, 2022
1 parent 5d6c6d0 commit 3172f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/Documentation/Examples/Footnotes.txt
Expand Up @@ -47,7 +47,7 @@ Now, in order to let the player view these footnotes, we'll need to parse number

Check looking up a footnote:
if the number understood > footnotes mentioned, say "You haven't seen any such footnote." instead;
if the number understood < 1, say "Footnotes are numbered from 1."
if the number understood < 1, say "Footnotes are numbered from 1." instead.

Carry out looking up a footnote:
choose row with assignment of number understood in the Table of Footnotes;
Expand Down

0 comments on commit 3172f5a

Please sign in to comment.