diff --git a/syntax.htm b/syntax.htm index e0fb61e3..dd9a3b3c 100644 --- a/syntax.htm +++ b/syntax.htm @@ -51,10 +51,10 @@ expression compilation.
All characters are literals except: ".",
"*", "?", "+", "(",
")", "{", "}", "[",
-"]", "^" and "$". These characters
-are literals when preceded by a "\". A literal is a
-character that matches itself, or matches the result of
-traits_type::translate(), where traits_type is the traits
+"]", "^", "$" and "\".
+These characters are literals when preceded by a "\". A
+literal is a character that matches itself, or matches the result
+of traits_type::translate(), where traits_type is the traits
template parameter to class reg_expression.