From 8dcc6e66415771d76a09a87bd5e97d21d80dc84e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Sep 2024 10:03:15 -0400 Subject: [PATCH] Correct missing negative. --- adventure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1