Skip to content

Commit 4444d23

Browse files
committed
Add "Better Translation of Objective-C APIs Into Swift".
1 parent 2fb3b81 commit 4444d23

File tree

2 files changed

+685
-2
lines changed

2 files changed

+685
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ concretely, this release is focused on several key areas:
4343
guidelines](https://swift.org/api-guidelines) provide guidance for
4444
building great Swift APIs. For Swift 3.0, the Swift standard library
4545
and core libraries are being updated to match these guidelines, and
46-
Swift's Objective-C importer will automtically map from the [Cocoa
47-
guidelines for
46+
Swift's Objective-C importer will [automatically map](proposals/0005-objective-c-name-translation.md) from the [Cocoa guidelines for
4847
Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html)
4948
to the Swift API guidelines.
5049

@@ -74,6 +73,7 @@ A significant part of delivering a major release is in deciding what
7473

7574
### Accepted proposals
7675

76+
* [Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
7777
* [Removing currying `func` declaration syntax](proposals/0002-remove-currying.md)
7878
* [Removing `var` from Function Parameters and Pattern Matching](proposals/0003-remove-var-parameters-patterns.md)
7979
* [Remove the `++` and `--` operators](proposals/0004-remove-pre-post-inc-decrement.md)

0 commit comments

Comments
 (0)