mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Tweak comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user