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 c1ac1cd commit 4b9d5d5Copy full SHA for 4b9d5d5
stdlib/public/core/String.swift
@@ -1138,9 +1138,9 @@ extension String {
1138
///
1139
/// Here's an example of transforming a string to all lowercase letters.
1140
1141
- /// let cafe = "Café 🍵"
+ /// let cafe = "BBQ Café 🍵"
1142
/// print(cafe.lowercased())
1143
- /// // Prints "café 🍵"
+ /// // Prints "bbq café 🍵"
1144
1145
/// - Returns: A lowercase copy of the string.
1146
0 commit comments