summaryrefslogtreecommitdiff
path: root/libs/regex/doc/syntax_basic.qbk
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/regex/doc/syntax_basic.qbk
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/regex/doc/syntax_basic.qbk')
-rw-r--r--libs/regex/doc/syntax_basic.qbk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/regex/doc/syntax_basic.qbk b/libs/regex/doc/syntax_basic.qbk
index 019d731aa..c37419340 100644
--- a/libs/regex/doc/syntax_basic.qbk
+++ b/libs/regex/doc/syntax_basic.qbk
@@ -156,7 +156,7 @@ An expression of the form `[[.col.]` matches the collating element /col/.
A collating element is any single character, or any sequence of
characters that collates as a single unit. Collating elements may also
be used as the end point of a range, for example: `[[.ae.]-c]` matches
-the character sequence "ae", plus any single character in the rangle "ae"-c,
+the character sequence "ae", plus any single character in the range "ae"-c,
assuming that "ae" is treated as a single collating element in the current locale.
Collating elements may be used in place of escapes (which are not