From 36f0b9396a59a3e6ee64666036af24e41e744767 Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 27 Jun 2006 07:39:41 +0000 Subject: [PATCH] Fix documentation typo --- library/syntax/parser.facts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/syntax/parser.facts b/library/syntax/parser.facts index 783b72ee18..a1327c9685 100644 --- a/library/syntax/parser.facts +++ b/library/syntax/parser.facts @@ -30,7 +30,7 @@ $parsing-note ; HELP: string-mode f { $description - "Variable toggling strong mode. In string mode, the parser does not look up words, and instead just appends strings to the parse tree as they are read." + "Variable toggling string mode. In string mode, the parser does not look up words, and instead just appends strings to the parse tree as they are read." $terpri "Since no parsing words are invoked in string mode, there is a special case that ends it; if the token " { $snippet ";" } " is read, string mode is switched off and the " { $link POSTPONE: ; } " parsing word is called." } ;