Skip to content

Commit a773051

Browse files
[gardening] Fix recently introduced typo: "peoperty" → "property"
1 parent c75d396 commit a773051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Collection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ extension Collection {
749749
fatalError("unavailable function can't be called")
750750
}
751751

752-
@available(*, unavailable, message: "Removed in Swift 3. Please use underestimatedCount peoperty.")
752+
@available(*, unavailable, message: "Removed in Swift 3. Please use underestimatedCount property.")
753753
public func underestimateCount() -> Int {
754754
fatalError("unavailable function can't be called")
755755
}

0 commit comments

Comments
 (0)