Skip to content

Commit 156a4dc

Browse files
Merge pull request #15226 from Coeur/patch-1
Hi ho, Typo!
2 parents c235eaf + 3362b23 commit 156a4dc

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
@@ -604,7 +604,7 @@ public protocol Collection: Sequence where SubSequence: Collection {
604604
/// } else {
605605
/// print("Hi ho, \(horseName)!")
606606
/// }
607-
/// // Prints "Hi ho, Silver!")
607+
/// // Prints "Hi ho, Silver!"
608608
///
609609
/// - Complexity: O(1)
610610
var isEmpty: Bool { get }

0 commit comments

Comments
 (0)