From 730c5b6ff71547609f3691474652f485c8064681 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 4 Jun 2023 15:07:03 +0800 Subject: [PATCH] IMKCandidates // Update documentation. --- Source/Modules/UIModules/CandidateUI/IMKCandidatesImpl.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/UIModules/CandidateUI/IMKCandidatesImpl.swift b/Source/Modules/UIModules/CandidateUI/IMKCandidatesImpl.swift index 25ee05be..df45f99d 100644 --- a/Source/Modules/UIModules/CandidateUI/IMKCandidatesImpl.swift +++ b/Source/Modules/UIModules/CandidateUI/IMKCandidatesImpl.swift @@ -157,7 +157,7 @@ public class CtlCandidateIMK: IMKCandidates, CtlCandidateProtocol { /// 該參數只用來獲取 "com.apple.keylayout.ABC" 對應的 TISInputSource, /// 所以少寫了很多在這裡用不到的東西。 -/// 想參考完整版的話,請洽該專案內的 IME.swift。 +/// 想參考完整版的話,請洽該專案內的 IMKHelper 元件。 var currentTISInputSource: TISInputSource? { var result: TISInputSource? let list = TISCreateInputSourceList(nil, true).takeRetainedValue() as! [TISInputSource]