From 63421dbcac2ea4db9edacb5e19a13b4563503ba1 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 3 Jul 2023 20:00:07 +0800 Subject: [PATCH] SessionCtl // Update comments. --- Source/Modules/SessionCtl_Core.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Modules/SessionCtl_Core.swift b/Source/Modules/SessionCtl_Core.swift index f4e7d367..bd0f97bb 100644 --- a/Source/Modules/SessionCtl_Core.swift +++ b/Source/Modules/SessionCtl_Core.swift @@ -29,10 +29,10 @@ public class SessionCtl: IMKInputController { /// 標記狀態來聲明目前新增的詞彙是否需要賦以非常低的權重。 public static var areWeNerfing = false - // IMK 選字窗專用記憶體位址 + /// IMK 選字窗專用記憶體位址 private var candidateIMK: CtlCandidateProtocol? - // 田所選字窗專用記憶體位址 + /// 田所選字窗專用記憶體位址 private var candidateTDK: CtlCandidateProtocol? /// 目前在用的的選字窗副本。