Tweak comment

This commit is contained in:
Nate Weaver 2020-04-16 14:55:39 -05:00
parent d3e6606cf5
commit df4ea1479a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ extension NSAttributedString {
}
// make sup/sub smaller. `Key("NSSupeScript")` is used here because `.superscript`
// isn't defined in UIKit, for some reason.
// isn't defined in UIKit.
let superscriptAttribute = Key("NSSuperScript")
mutable.enumerateAttributes(in: fullRange, options: []) { (attributes: [Key : Any], range: NSRange, stop: UnsafeMutablePointer<ObjCBool>) in