diff --git a/Sources/EmbeddedSwift/Documentation.docc/UsingEmbeddedSwift/Strings.md b/Sources/EmbeddedSwift/Documentation.docc/UsingEmbeddedSwift/Strings.md index f1e23bda..c4d7cdf8 100644 --- a/Sources/EmbeddedSwift/Documentation.docc/UsingEmbeddedSwift/Strings.md +++ b/Sources/EmbeddedSwift/Documentation.docc/UsingEmbeddedSwift/Strings.md @@ -2,7 +2,7 @@ How to enable full Unicode-compliant string support in Embedded Swift -Both StaticString and String types are available in Embedded Swift. As is the case in desktop Swift, certain operations on strings require Unicode data tables for strict Unicode compliance. In Embedded Swift these data tables are provided as a separate static library (libUnicodeDataTables.a) that users need to link in manually – if they need to use these string operations. If the library is required, linking will fail due to missing on one or more of the following symbols: +Both StaticString and String types are available in Embedded Swift. As is the case in desktop Swift, certain operations on strings require Unicode data tables for strict Unicode compliance. In Embedded Swift these data tables are provided as a separate static library (libswiftUnicodeDataTables.a) that users need to link in manually – if they need to use these string operations. If the library is required, linking will fail due to missing on one or more of the following symbols: ``` _swift_stdlib_getAge