We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa43b77 commit 5ad66adCopy full SHA for 5ad66ad
src/catch2/matchers/catch_matchers_range_equals.hpp
@@ -110,7 +110,7 @@ namespace Catch {
110
* Creates a matcher that checks if all elements in a range are equal
111
* to all elements in another range.
112
*
113
- * Uses to provided predicate `predicate` to do the comparisons
+ * Uses the provided predicate `predicate` to do the comparisons
114
*/
115
template <typename RangeLike, typename Equality>
116
constexpr
@@ -138,7 +138,7 @@ namespace Catch {
138
139
* to all elements in another range, in some permutation.
140
141
142
143
144
0 commit comments