Skip to content

Commit f454ace

Browse files
committed
Correct comment
1 parent 903851f commit f454ace

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
@@ -144,7 +144,7 @@ extension Permutations: Sequence {
144144
extension Permutations: LazySequenceProtocol where Base: LazySequenceProtocol {}
145145

146146
//===----------------------------------------------------------------------===//
147-
// nextPermutation(by:)
147+
// nextPermutation()
148148
//===----------------------------------------------------------------------===//
149149

150150
extension MutableCollection

0 commit comments

Comments
 (0)