LMCassette // Fix a forgotten comment.

This commit is contained in:
ShikiSuen 2022-10-18 00:10:57 +08:00
parent b59b8d5345
commit ce7e140458
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extension vChewingLM {
public var count: Int { charDefMap.count }
///
public var isLoaded: Bool { !charDefMap.isEmpty }
/// 使
/// 使
public var allowedKeys: [String] { Array(keyNameMap.keys + [" "]).deduplicated }
///
public func convertKeyToDisplay(char: String) -> String {