diff --git a/Mac/MainWindow/Timeline/Cell/NSAttributedString+NetNewsWire.swift b/Mac/MainWindow/Timeline/Cell/NSAttributedString+NetNewsWire.swift index fcca01f35..9fbdc5585 100644 --- a/Mac/MainWindow/Timeline/Cell/NSAttributedString+NetNewsWire.swift +++ b/Mac/MainWindow/Timeline/Cell/NSAttributedString+NetNewsWire.swift @@ -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) in