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.
2 parents ef1a96d + 888fe8d commit 7ce3dcfCopy full SHA for 7ce3dcf
stdlib/public/core/String.swift
@@ -430,7 +430,7 @@ extension String {
430
/// storage. Substrings present the same interface as strings.
431
///
432
/// print("\(name)'s first name has \(firstName.count) letters.")
433
-/// // Prints "Marie Curie's name has 5 letters."
+/// // Prints "Marie Curie's first name has 5 letters."
434
435
/// Accessing a String's Unicode Representation
436
/// ===========================================
0 commit comments