Skip to content

Commit b824c77

Browse files
committed
Merge pull request #2 from dylanahsmith/typo
Fix typo in README: where necessarily -> where necessary
2 parents a0282c7 + d63f264 commit b824c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The primary goal of this release is to stabilize the binary interface
2525
of the language and standard library. As part of this process, we will
2626
focus and refine the language to provide better overall consistency in
2727
feel and implementation. Swift 3.0 will contain *source-breaking*
28-
changes from Swift 2.x where necessarily to support these goals. More
28+
changes from Swift 2.x where necessary to support these goals. More
2929
concretely, this release is focused on several key areas:
3030

3131
* **Stable ABI**: Stabilize the binary interface (ABI) to guarantee a level of binary compatibility moving forward. This involves finalizing runtime data structures, name mangling, calling conventions, and so on, as well as finalizing some of the details of the language itself that have an impact on its ABI. Stabilizing the ABI also extends to the Standard Library; its data types are core algorithms. Successful ABI stabilization means that applications and libraries compiled with future versions of Swift can interact at a binary level with applications and libraries compiled with Swift 3.0, even if the source language changes.

0 commit comments

Comments
 (0)