From d38344f358605f2f9ccd042606c3d0a475e905d0 Mon Sep 17 00:00:00 2001 From: Jordan Baird Date: Thu, 29 Aug 2024 01:08:20 -0600 Subject: [PATCH] Fix typo --- Ice/ControlItem/ControlItem.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ice/ControlItem/ControlItem.swift b/Ice/ControlItem/ControlItem.swift index f000f0e9..0ce3ea22 100644 --- a/Ice/ControlItem/ControlItem.swift +++ b/Ice/ControlItem/ControlItem.swift @@ -7,7 +7,7 @@ import Cocoa import Combine import OSLog -/// A status item that controls the a section in the menu bar. +/// A status item that controls a section in the menu bar. @MainActor final class ControlItem { enum Identifier: String, Hashable, CaseIterable {