mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Tweak comment
This commit is contained in:
parent
d3e6606cf5
commit
df4ea1479a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user