typo fixed

This commit is contained in:
Demir 2016-03-25 17:03:57 +02:00
parent bde7cb03e7
commit fb832e35af
1 changed files with 3 additions and 3 deletions

View File

@ -282,9 +282,9 @@ Easily change the typeface:
``` swift
var str = NSAttributedString(string: "Hello")
let attrStr1 = myStr.undeline()
let attrStr2 = myStr.bold()
let attrStr3 = myStr.italic()
let attrStr1 = str.underline()
let attrStr2 = str.bold()
let attrStr3 = str.italic()
```
Easily change the color: