fix replace Swift4 with swift for language postfix

This commit is contained in:
Randell Dawson
2019-06-20 17:38:14 -07:00
committed by Kristofer Koishigawa
parent 1b113c436c
commit 4f83b58aa6

View File

@ -124,7 +124,7 @@ Out[3]: <__main__.MyClass at 0x111130da0>
## Singleton in iOS
```Swift4
```swift
class Singleton {
static let sharedInstance = Singleton()