From 5ef862367f4ed74ef8f9415d10c111c08649320f Mon Sep 17 00:00:00 2001 From: Valeriy Van Date: Thu, 17 Jul 2025 09:25:16 +0300 Subject: [PATCH] Fix lib name in Strings.md --- .../Documentation.docc/UsingEmbeddedSwift/Strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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