From e1c421c5683032d282afc7108e53ccbc8505e1bc Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Fri, 4 Dec 2020 10:16:09 -0600 Subject: [PATCH] Fix typo --- Sources/Algorithms/Combinations.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Algorithms/Combinations.swift b/Sources/Algorithms/Combinations.swift index 5d6450c5..42dde9cb 100644 --- a/Sources/Algorithms/Combinations.swift +++ b/Sources/Algorithms/Combinations.swift @@ -134,7 +134,7 @@ extension Combinations: Hashable where Base: Hashable {} extension Collection { /// Returns a collection of combinations of this collection's elements, with - /// each combination having the specificed number of elements. + /// each combination having the specified number of elements. /// /// This example prints the different combinations of three from an array of /// four colors: