diff --git a/stdlib/public/core/Collection.swift b/stdlib/public/core/Collection.swift index f24f6798f92a7..426d3622e60eb 100644 --- a/stdlib/public/core/Collection.swift +++ b/stdlib/public/core/Collection.swift @@ -36,7 +36,8 @@ public protocol Indexable { /// /// In an empty collection, `startIndex == endIndex`. /// - /// - Complexity: O(1) + /// - Complexity: O(1) in most cases, possibly O(N) for some lazy + /// collections. var startIndex: Index {get} /// The collection's "past the end" position.