Fix syntax formatting in docs.

Replaces https://github.com/boostorg/regex/pull/107.
This commit is contained in:
jzmaddock
2020-10-12 18:22:57 +01:00
parent 9712546fae
commit a703ab2c59
95 changed files with 224 additions and 225 deletions

View File

@ -118,7 +118,7 @@ But not the string:
[h4 Character sets:]
A character set is a bracket-expression starting with \[ and ending with \],
A character set is a bracket-expression starting with [^\[] and ending with [^\]],
it defines a set of characters, and matches any single character that is a
member of that set.