Skip to content

Commit 0bc48de

Browse files
authored
[stdlib] NFC: Fix typo in comment.
1 parent 853586f commit 0bc48de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/StringObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ extension _StringObject.CountAndFlags {
293293
on arm64.
294294
*/
295295
extension _StringObject.Nibbles {
296-
// The canonical empty sting is an empty small string
296+
// The canonical empty string is an empty small string
297297
@inlinable @inline(__always)
298298
internal static var emptyString: UInt64 {
299299
return _StringObject.Nibbles.small(isASCII: true)

0 commit comments

Comments
 (0)