mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove instances of duplicated words
This commit is contained in:
@@ -118,7 +118,7 @@ public func split<S : CollectionType, R : BooleanType>(
|
||||
fatalError("unavailable function can't be called")
|
||||
}
|
||||
|
||||
/// Returns `true` iff the the initial elements of `s` are equal to `prefix`.
|
||||
/// Returns `true` iff the initial elements of `s` are equal to `prefix`.
|
||||
@available(*, unavailable, message="call the 'startsWith()' method on the sequence")
|
||||
public func startsWith<
|
||||
S0 : SequenceType, S1 : SequenceType
|
||||
|
||||
Reference in New Issue
Block a user