Skip to content

Commit 3362b23

Browse files
authored
typo
1 parent 678ce48 commit 3362b23

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)