summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-04-02 20:32:33 -0400
committerWill Estes <westes575@gmail.com>2014-04-02 20:32:33 -0400
commit1bcf050ca5305b41b5abd8b923b3a8f1faaf57db (patch)
treeb46125e35b290df09f54bb137594c3811277a573 /doc
parent5a5c70c3e9e27938507b9236851b312020becbc5 (diff)
fix punction when talking about colon-bracket delimiters; resolves sf#167
Diffstat (limited to 'doc')
-rw-r--r--doc/flex.texi2
1 files changed, 1 insertions, 1 deletions
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: