summaryrefslogtreecommitdiff
path: root/libs/regex/doc/syntax_basic.qbk
diff options
context:
space:
mode:
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