Skip to content

Commit e1c421c

Browse files
committed
Fix typo
1 parent 6388692 commit e1c421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Algorithms/Combinations.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ extension Combinations: Hashable where Base: Hashable {}
134134

135135
extension Collection {
136136
/// Returns a collection of combinations of this collection's elements, with
137-
/// each combination having the specificed number of elements.
137+
/// each combination having the specified number of elements.
138138
///
139139
/// This example prints the different combinations of three from an array of
140140
/// four colors:

0 commit comments

Comments
 (0)