Skip to content

Commit 903851f

Browse files
committed
Update documentation for base for consistency with Combinations
1 parent 3c4be4f commit 903851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Algorithms/Permutations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/// A sequence of all the permutations of a collection's elements.
1313
public struct Permutations<Base: Collection> {
14-
/// The base collection.
14+
/// The base collection to iterate over for permutations.
1515
public let base: Base
1616

1717
internal let baseCount: Int

0 commit comments

Comments
 (0)