From df4ea1479add447ef51699c80950f87f7163a3f5 Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Thu, 16 Apr 2020 14:55:39 -0500 Subject: [PATCH] Tweak comment --- .../Timeline/Cell/NSAttributedString+NetNewsWire.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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