We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75d396 commit a773051Copy full SHA for a773051
stdlib/public/core/Collection.swift
@@ -749,7 +749,7 @@ extension Collection {
749
fatalError("unavailable function can't be called")
750
}
751
752
- @available(*, unavailable, message: "Removed in Swift 3. Please use underestimatedCount peoperty.")
+ @available(*, unavailable, message: "Removed in Swift 3. Please use underestimatedCount property.")
753
public func underestimateCount() -> Int {
754
755
0 commit comments