From: Eric S. Raymond Date: Fri, 20 Sep 2024 14:03:15 +0000 (-0400) Subject: Correct missing negative. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=8dcc6e66415771d76a09a87bd5e97d21d80dc84e;p=open-adventure.git Correct missing negative. --- diff --git a/adventure.yaml b/adventure.yaml index 31988de..75d415a 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -10,7 +10,7 @@ # We define a bunch of YAML structures: # # motions: Motion words, grouped into synonyms. The 'oldstyle' -# attribute, if false, means that single-letter synonyms should be +# attribute, if false, means that single-letter synonyms should not be # accepted in oldstyle mode; it defaults to true. # # actions: Action words, grouped into synonyms, and their corresponding