We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4350a96 + 0bc48de commit 43d91acCopy full SHA for 43d91ac
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