mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-27 11:07:18 +02:00
Fixing documentation grammar and spelling
[SVN r23606]
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
to extracted parts.
|
||||
|
||||
There are two algorithms provided. One iterates over matching
|
||||
substrings, the other one over the gasps between these matches.
|
||||
substrings, the other one over the gaps between these matches.
|
||||
*/
|
||||
|
||||
namespace boost {
|
||||
@ -55,7 +55,7 @@ namespace boost {
|
||||
\param Finder A Finder object used for searching
|
||||
\return A reference the result
|
||||
|
||||
\note Prior content of the result will be overridden.
|
||||
\note Prior content of the result will be overwritten.
|
||||
*/
|
||||
template<
|
||||
typename SequenceSequenceT,
|
||||
@ -122,7 +122,7 @@ namespace boost {
|
||||
\param Finder A finder object used for searching
|
||||
\return A reference the result
|
||||
|
||||
\note Prior content of the result will be overridden.
|
||||
\note Prior content of the result will be overwritten.
|
||||
*/
|
||||
template<
|
||||
typename SequenceSequenceT,
|
||||
|
Reference in New Issue
Block a user