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.
stdlib/public/core/StaticString.swift
1 parent 1fd1624 commit 0d35c42Copy full SHA for 0d35c42
stdlib/public/core/StaticString.swift
@@ -206,7 +206,7 @@ public struct StaticString: Sendable {
206
start: utf8Start, count: utf8CodeUnitCount))
207
} else {
208
#if $Embedded
209
- fatalError("non-pointer representation not support in embedded Swift")
+ fatalError("non-pointer representation not supported in embedded Swift")
210
#else
211
return unicodeScalar.withUTF8CodeUnits { body($0) }
212
#endif
0 commit comments