Skip to content

Commit 857a130

Browse files
committed
fixup! Revise doc comments for API reference style.
1 parent ee92690 commit 857a130

File tree

1 file changed

+0
-1
lines changed
  • Sources/_StringProcessing/Algorithms/Algorithms

1 file changed

+0
-1
lines changed

Sources/_StringProcessing/Algorithms/Algorithms/Split.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ extension BidirectionalCollection where SubSequence == Substring {
311311
/// - Parameter separator: A regex describing elements to be split upon.
312312
/// - Returns: A collection of substrings, split from this collection's
313313
/// elements.
314-
/// elements.
315314
public func split<R: RegexComponent>(
316315
by separator: R
317316
) -> [SubSequence] {

0 commit comments

Comments
 (0)