Remove instances of duplicated words

This commit is contained in:
Johan K. Jensen
2015-12-03 20:00:29 +01:00
parent 31feb1ffc5
commit fa76656c82
30 changed files with 45 additions and 46 deletions

View File

@@ -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