Skip to content

Commit 5ad66ad

Browse files
Stefan Hallerhorenmar
Stefan Haller
authored andcommitted
Fix typos in comments
1 parent fa43b77 commit 5ad66ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/catch2/matchers/catch_matchers_range_equals.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ namespace Catch {
110110
* Creates a matcher that checks if all elements in a range are equal
111111
* to all elements in another range.
112112
*
113-
* Uses to provided predicate `predicate` to do the comparisons
113+
* Uses the provided predicate `predicate` to do the comparisons
114114
*/
115115
template <typename RangeLike, typename Equality>
116116
constexpr
@@ -138,7 +138,7 @@ namespace Catch {
138138
* Creates a matcher that checks if all elements in a range are equal
139139
* to all elements in another range, in some permutation.
140140
*
141-
* Uses to provided predicate `predicate` to do the comparisons
141+
* Uses the provided predicate `predicate` to do the comparisons
142142
*/
143143
template <typename RangeLike, typename Equality>
144144
constexpr

0 commit comments

Comments
 (0)