From 5ad66ada7b5c1815382b69c6db04685bd93878aa Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 12 Oct 2024 17:18:59 +0200 Subject: [PATCH] Fix typos in comments --- src/catch2/matchers/catch_matchers_range_equals.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/catch2/matchers/catch_matchers_range_equals.hpp b/src/catch2/matchers/catch_matchers_range_equals.hpp index c4feece4..41c1c803 100644 --- a/src/catch2/matchers/catch_matchers_range_equals.hpp +++ b/src/catch2/matchers/catch_matchers_range_equals.hpp @@ -110,7 +110,7 @@ namespace Catch { * Creates a matcher that checks if all elements in a range are equal * to all elements in another range. * - * Uses to provided predicate `predicate` to do the comparisons + * Uses the provided predicate `predicate` to do the comparisons */ template constexpr @@ -138,7 +138,7 @@ namespace Catch { * Creates a matcher that checks if all elements in a range are equal * to all elements in another range, in some permutation. * - * Uses to provided predicate `predicate` to do the comparisons + * Uses the provided predicate `predicate` to do the comparisons */ template constexpr