Skip to content

Commit d2a1ca5

Browse files
authored
Lowercase suffix(while:) to match the case of the actual function name (#76)
1 parent 52e1e0e commit d2a1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Algorithms/Suffix.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//===----------------------------------------------------------------------===//
1111

1212
//===----------------------------------------------------------------------===//
13-
// Suffix(while:)
13+
// suffix(while:)
1414
//===----------------------------------------------------------------------===//
1515

1616
extension BidirectionalCollection {

0 commit comments

Comments
 (0)