[stdlib] Clarify an oft-repeated doc comment

Thanks, Dmitri!

Swift SVN r26512
This commit is contained in:
Dave Abrahams
2015-03-25 01:54:08 +00:00
parent 1f76eca539
commit 2a84ade467
12 changed files with 13 additions and 13 deletions

View File

@@ -501,7 +501,7 @@ public func += <
extension _ContiguousArrayBuffer : CollectionType {
/// The position of the first element in a non-empty collection.
///
/// Identical to `endIndex` in an empty collection.
/// In an empty collection, `startIndex == endIndex`.
public var startIndex: Int {
return 0
}