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 8e95ae8 commit 20ffc03Copy full SHA for 20ffc03
stdlib/public/core/String.swift
@@ -542,7 +542,7 @@ extension String {
542
if _fastPath(smol.isASCII) {
543
self = String(_StringGuts(smol))
544
} else {
545
- //We succeeded in making a _SmallString, but may need to repair UTF8
+ // We succeeded in making a _SmallString, but may need to repair UTF8
546
self = smol.withUTF8 { String._fromUTF8Repairing($0).result }
547
}
548
return
0 commit comments