From 5e19e70c702d6ab36cbdacd422acb75957c6331c Mon Sep 17 00:00:00 2001 From: zonble Date: Sun, 30 Jan 2022 08:07:34 +0800 Subject: [PATCH] Fixes a typo. --- Source/InputMethodController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/InputMethodController.swift b/Source/InputMethodController.swift index aeed9c81..cdadc418 100644 --- a/Source/InputMethodController.swift +++ b/Source/InputMethodController.swift @@ -138,7 +138,7 @@ class McBopomofoInputMethodController: IMKInputController { } } - // MARK: - - IMKServerInput protocol methods + // MARK: - IMKServerInput protocol methods override func recognizedEvents(_ sender: Any!) -> Int { let events: NSEvent.EventTypeMask = [.keyDown, .flagsChanged]