From 77ca25bfb0ec92303ada71400e298840ea4ba4ff Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 19 Apr 2021 11:56:08 +0200 Subject: Fix grammar doc: _comment: do not accept characters lower than regular blank space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 1e341c3..9091ce7 100644 --- a/README +++ b/README @@ -56,7 +56,7 @@ EXTENDED DESCRIPTION _escape_hex = ("x" | "X"), _xdigit, _xdigit; _escape_octal = _octal, {_octal}; (* May not exceed 255 in base 10 *) _escape = _escape_simple | _escape_hex | _escape_octal | -; - _character = "\\", _escape | !"\"", <1, 0xFF>; + _character = "\\", _escape | !"\"", <" ", 0xFF>; _string = "\"", _character, {_character}, ("\"" | -); string = _string -- cgit v1.2.3-70-g09d2