stdlib: update references to 'isEmpty' in comments

Swift SVN r30954
This commit is contained in:
Dmitri Hrybenko
2015-08-03 19:22:57 +00:00
parent 688028e9f7
commit 9a77d843da
6 changed files with 7 additions and 7 deletions

View File

@@ -274,7 +274,7 @@ extension String.UnicodeScalarView : RangeReplaceableCollectionType {
/// Invalidates all indices with respect to `self`.
///
/// - Complexity: O(`subRange.count`) if `subRange.endIndex
/// == self.endIndex` and `isEmpty(newElements)`, O(N) otherwise.
/// == self.endIndex` and `newElements.isEmpty`, O(N) otherwise.
public mutating func replaceRange<
C: CollectionType where C.Generator.Element == UnicodeScalar
>(