Skip to content

Commit 416e89f

Browse files
fpseverinogrynspan
andauthored
Update _foundation.md
Co-authored-by: Jonathan Grynspan <grynspan@me.com>
1 parent 72817dd commit 416e89f

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 unified the implementation of [Foundation](https://developer.apple.com/documentation/foundation/) across all platforms. The modern, portable Swift implementation provides consistency across platforms, it’s more robust, and it’s open source.
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.
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)