We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464a290 commit 0681f28Copy full SHA for 0681f28
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# Extensions
2
-Cocoapod of useful extensions written in Swift 2.2.
+Cocoapod of useful extensions written in Swift 2.x.
3
4
##Example Extension Usage
5
@@ -17,7 +17,7 @@ str.toUnicodeArray()[0].toChar() // "H"
17
18
str.toUnicodeArray().toString() // "Hello, playground"
19
20
-str.length() // 17
+str.length() // 17 (changing in update)
21
22
var int: Int = 0
23
0 commit comments