Skip to content

Commit ca4c17e

Browse files
authored
Update _foundation.md
1 parent 154526d commit ca4c17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/core-libraries/_foundation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Foundation framework defines a base layer of functionality that is required
99
* Provide a level of OS independence, to enhance portability.
1010

1111

12-
Swift 6 unifies the implementation of [Foundation](https://developer.apple.com/documentation/foundation/) across all platforms. Foundation's modern, portable Swift implementation provides consistency across platforms, is more robust, and is open source.
12+
Swift 6 unifies the implementation of key [Foundation](https://developer.apple.com/documentation/foundation/) API across all platforms. Foundation's modern, portable Swift implementation provides consistency across platforms, is more robust, and is open source.
1313

1414
If your app is particularly sensitive to binary size, you can import the `FoundationEssentials` library, which provides a more targeted subset of Foundation’s features that omits internationalization and localization data.
1515

0 commit comments

Comments
 (0)