mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
This commit is contained in:
@ -135,7 +135,7 @@ that we have already seen, the [match_results] class has a `format` member that
|
||||
takes the result of a match and a format string, and produces a new string
|
||||
by merging the two.
|
||||
|
||||
For iterating through all occurences of an expression within a text,
|
||||
For iterating through all occurrences of an expression within a text,
|
||||
there are two iterator types: [regex_iterator] will enumerate over the
|
||||
[match_results] objects found, while [regex_token_iterator] will enumerate
|
||||
a series of strings (similar to perl style split operations).
|
||||
|
Reference in New Issue
Block a user