mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 16:51:19 +01:00
Refer to Swift 4 instead of Swift 4.0.
This commit is contained in:
parent
e613038d7c
commit
e780391906
@ -26,7 +26,7 @@ Similarly: always work at the highest level possible, but not higher and certain
|
|||||||
|
|
||||||
### Language
|
### Language
|
||||||
|
|
||||||
Write new code in Swift 4.0.
|
Write new code in Swift 4.
|
||||||
|
|
||||||
The one exception to this is when dealing with C APIs, which are often much easier to deal with in Objective-C than in Swift. Still, though, this is rare, and is much more likely to be needed in a lower-level framework such as RSParser — it shouldn’t happen at the app level.
|
The one exception to this is when dealing with C APIs, which are often much easier to deal with in Objective-C than in Swift. Still, though, this is rare, and is much more likely to be needed in a lower-level framework such as RSParser — it shouldn’t happen at the app level.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user