mirror of
https://github.com/boostorg/regex.git
synced 2025-07-14 04:46:36 +02:00
Fix spelling error: "occurances" -> "occurrences".
[SVN r11376]
This commit is contained in:
@ -1985,7 +1985,7 @@ not match are copied to the output unchanged only if the flags
|
||||
parameter does not have the flag <a href="#format_flags">format_no_copy</a>
|
||||
set. If the flag <a href="#format_flags">format_first_only</a> is
|
||||
set then only the first occurance is replaced rather than all
|
||||
occurances.</p>
|
||||
occurrences.</p>
|
||||
|
||||
<pre><b>template</b> <<b>class</b> OutputIterator, <b>class</b> iterator, <b>class</b> traits, <b>class</b> Allocator, <b>class</b> charT>
|
||||
OutputIterator regex_merge(OutputIterator out,
|
||||
|
Reference in New Issue
Block a user