From 1bcf050ca5305b41b5abd8b923b3a8f1faaf57db Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 2 Apr 2014 20:32:33 -0400 Subject: [PATCH] fix punction when talking about colon-bracket delimiters; resolves sf#167 --- doc/flex.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/flex.texi b/doc/flex.texi index 7ce9d92..295c7f0 100644 --- a/doc/flex.texi +++ b/doc/flex.texi @@ -895,7 +895,7 @@ And to match a sequence of zero or more repetitions of @samp{foo} and @cindex character classes in patterns In addition to characters and ranges of characters, character classes can also contain @dfn{character class expressions}. These are -expressions enclosed inside @samp{[}: and @samp{:]} delimiters (which +expressions enclosed inside @samp{[:} and @samp{:]} delimiters (which themselves must appear between the @samp{[} and @samp{]} of the character class. Other elements may occur inside the character class, too). The valid expressions are: -- 2.40.0