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 a890d8b commit 9ef0b11Copy full SHA for 9ef0b11
stdlib/public/core/Collection.swift
@@ -491,7 +491,7 @@ public protocol Collection: Sequence {
491
///
492
/// let horseName = "Silver"
493
/// if horseName.isEmpty {
494
- /// print("I've been through the desert on a horse with no name.")
+ /// print("My horse has no name.")
495
/// } else {
496
/// print("Hi ho, \(horseName)!")
497
/// }
@@ -1070,7 +1070,7 @@ extension Collection {
1070
1071
1072
1073
1074
1075
1076
0 commit comments