mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 12:27:42 +02:00
[range] fixed some doc typos (patch by Michel Morin)
[SVN r81889]
This commit is contained in:
@ -42,7 +42,7 @@ Defined in the header file `boost/range/numeric.hpp`
|
||||
|
||||
# `SinglePassRange` is a model of the __single_pass_range__ Concept.
|
||||
# `Value` is a model of the `AssignableConcept`.
|
||||
# An `operator+` is defined for a left-hand operand of type `Value` and a right-hand operance of the `SinglePassRange` value type.
|
||||
# An `operator+` is defined for a left-hand operand of type `Value` and a right-hand operand of the `SinglePassRange` value type.
|
||||
# The return type of the above operator is convertible to `Value`.
|
||||
|
||||
[heading For the second version]
|
||||
|
Reference in New Issue
Block a user