Skip to content

Commit 429eda3

Browse files
authored
Merge pull request #36906 from heoblitz/main
2 parents f1efd02 + 20ffc03 commit 429eda3

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
@@ -542,7 +542,7 @@ extension String {
542542
if _fastPath(smol.isASCII) {
543543
self = String(_StringGuts(smol))
544544
} else {
545-
//We succeeded in making a _SmallString, but may need to repair UTF8
545+
// We succeeded in making a _SmallString, but may need to repair UTF8
546546
self = smol.withUTF8 { String._fromUTF8Repairing($0).result }
547547
}
548548
return

0 commit comments

Comments
 (0)