mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Fix typos in comments
This commit is contained in:
		 Stefan Haller
					Stefan Haller
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							fa43b77429
						
					
				
				
					commit
					5ad66ada7b
				
			| @@ -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 <typename RangeLike, typename Equality> | ||||
|         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 <typename RangeLike, typename Equality> | ||||
|         constexpr | ||||
|   | ||||
		Reference in New Issue
	
	Block a user