[stdlib] Use double space as sentence separator in IteratorType.next() docs.

This commit is contained in:
Patrick Pijnappel
2016-03-16 22:36:26 +11:00
parent 020841d4ba
commit 07a8c39fcb
14 changed files with 17 additions and 17 deletions

View File

@@ -163,7 +163,7 @@ extension String {
}
/// Advance to the next element and return it, or `nil` if no next element
/// exists. Once `nil` has been returned, all subsequent calls return `nil`.
/// exists. Once `nil` has been returned, all subsequent calls return `nil`.
public mutating func next() -> UnicodeScalar? {
var result: UnicodeDecodingResult
if _baseSet {