From f9794736c2533c2283cf8e578bdc57ca9128d348 Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Thu, 21 Nov 2024 21:27:47 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"revert:=20=E9=81=93=E8=A1=8C=20d?= =?UTF-8?q?=C3=A0o=20h=C3=A9ng"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 80673746a931d59deae99c0723dd9573a7a845e5. --- lua/corrector.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/corrector.lua b/lua/corrector.lua index 88e4a137a..f7b78552e 100644 --- a/lua/corrector.lua +++ b/lua/corrector.lua @@ -28,7 +28,7 @@ function M.init(env) ["chi pi sa"] = { text = "吃比萨", comment = "chī bǐ sà" }, ["pi sa bing"] = { text = "比萨饼", comment = "bǐ sà bǐng" }, ["shui fu"] = { text = "说服", comment = "shuō fú" }, - ["dao hang"] = { text = "道行", comment = "dào héng" }, + ["dao hang"] = { text = "道行", comment = "dào heng" }, ["mo yang"] = { text = "模样", comment = "mú yàng" }, ["you mo you yang"] = { text = "有模有样", comment = "yǒu mú yǒu yàng" }, ["yi mo yi yang"] = { text = "一模一样", comment = "yī mú yī yàng" },