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 853586f commit 0bc48deCopy full SHA for 0bc48de
stdlib/public/core/StringObject.swift
@@ -293,7 +293,7 @@ extension _StringObject.CountAndFlags {
293
on arm64.
294
*/
295
extension _StringObject.Nibbles {
296
- // The canonical empty sting is an empty small string
+ // The canonical empty string is an empty small string
297
@inlinable @inline(__always)
298
internal static var emptyString: UInt64 {
299
return _StringObject.Nibbles.small(isASCII: true)
0 commit comments