Skip to content

Commit 7ce3dcf

Browse files
authored
Merge pull request swiftlang#11187 from omarshariffathi/patch-1
2 parents ef1a96d + 888fe8d commit 7ce3dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/String.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ extension String {
430430
/// storage. Substrings present the same interface as strings.
431431
///
432432
/// print("\(name)'s first name has \(firstName.count) letters.")
433-
/// // Prints "Marie Curie's name has 5 letters."
433+
/// // Prints "Marie Curie's first name has 5 letters."
434434
///
435435
/// Accessing a String's Unicode Representation
436436
/// ===========================================

0 commit comments

Comments
 (0)