Skip to content

Commit 43d91ac

Browse files
authored
Merge pull request swiftlang#33751 from barnard-b/fix-string-object-comment-typo
[stdlib] NFC: Fix typo in comment.
2 parents 4350a96 + 0bc48de commit 43d91ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/StringObject.swift

+1-1
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)