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 37649de commit ddf2469Copy full SHA for ddf2469
stdlib/public/core/StringStorage.swift
@@ -457,7 +457,7 @@ extension __StringStorage {
457
// The unused capacity available for appending. Note that this excludes the
458
// required nul-terminator.
459
//
460
- // NOTE: Callers who wish to mutate this storage should enfore nul-termination
+ // NOTE: Callers who wish to mutate this storage should enforce nul-termination
461
462
// TODO: Refactoring or removing. Excluding the last byte is awkward.
463
@inline(__always)
0 commit comments