chore: update lua comments (#579)

This commit is contained in:
Zhizhen He
2023-12-13 18:23:20 +08:00
committed by GitHub
parent 1f69d5f419
commit c9555ed3c0
2 changed files with 3 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
-- 根据是否在用户词典,在结尾加上一个星号 *
-- is_in_user_dict: true 输入过的内容
-- is_in_user_dict: flase 或不写 未输入过的内容
-- is_in_user_dict: false 或不写 未输入过的内容
local M = {}