Skip to content

Commit 8f59e45

Browse files
authored
Merge pull request #76192 from valeriyvan/patch-1
Minor punctuation fix
2 parents daa0c00 + f4fe6da commit 8f59e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/EmbeddedSwift/UserManual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Segment __TEXT: 16384
100100

101101
## Strings
102102

103-
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:
103+
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:
104104

105105
```
106106
_swift_stdlib_getAge

0 commit comments

Comments
 (0)