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 ef1a96d commit 888fe8dCopy full SHA for 888fe8d
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