doc: fixed typos

This commit is contained in:
Michele Caini
2021-11-18 09:00:52 +01:00
parent 58b1e2fb98
commit dc6299a029

View File

@@ -417,7 +417,7 @@ public:
* Moreover, the comparison function object shall induce a
* _strict weak ordering_ on the values.
*
* The sort function oject must offer a member function template
* The sort function object must offer a member function template
* `operator()` that accepts three arguments:
*
* * An iterator to the first element of the range to sort.
@@ -899,7 +899,7 @@ public:
* Moreover, the comparison function object shall induce a
* _strict weak ordering_ on the values.
*
* The sort function oject must offer a member function template
* The sort function object must offer a member function template
* `operator()` that accepts three arguments:
*
* * An iterator to the first element of the range to sort.