We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6388692 commit e1c421cCopy full SHA for e1c421c
Sources/Algorithms/Combinations.swift
@@ -134,7 +134,7 @@ extension Combinations: Hashable where Base: Hashable {}
134
135
extension Collection {
136
/// Returns a collection of combinations of this collection's elements, with
137
- /// each combination having the specificed number of elements.
+ /// each combination having the specified number of elements.
138
///
139
/// This example prints the different combinations of three from an array of
140
/// four colors:
0 commit comments