diff --git a/Source/Modules/InputHandler_HandleComposition.swift b/Source/Modules/InputHandler_HandleComposition.swift index 4a1b05f0..f4c8a7c2 100644 --- a/Source/Modules/InputHandler_HandleComposition.swift +++ b/Source/Modules/InputHandler_HandleComposition.swift @@ -375,9 +375,9 @@ extension InputHandler { return nil } - // MARK: 區位輸入處理 (Handle Code Point Input) + // MARK: 內碼區位輸入處理 (Handle Code Point Input) - /// 用來處理 InputHandler.HandleInput() 當中的與區位輸入有關的組字行為。 + /// 用來處理 InputHandler.HandleInput() 當中的與內碼區位輸入有關的組字行為。 /// - Parameter input: 輸入訊號。 /// - Returns: 告知 IMK「該按鍵是否已經被輸入法攔截處理」。 private func handleCodePointComposition(input: InputSignalProtocol) -> Bool? { diff --git a/Source/Modules/InputHandler_HandleStates.swift b/Source/Modules/InputHandler_HandleStates.swift index d534d55f..95ec1585 100644 --- a/Source/Modules/InputHandler_HandleStates.swift +++ b/Source/Modules/InputHandler_HandleStates.swift @@ -884,7 +884,7 @@ extension InputHandler { return true } - // MARK: - 處理區位輸入狀態的啟動過程(CodePoint Input Toggle) + // MARK: - 處理內碼區位輸入狀態的啟動過程(CodePoint Input Toggle) @discardableResult func handleCodePointInputToggle() -> Bool { guard let delegate = delegate, delegate.state.type != .ofDeactivated else { return false }