From 4cdfc4db435a41ef82455d51931aa31927f7883d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 15 Jun 2022 17:43:08 +0800 Subject: fix style --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 15042aa8..ee0824e2 100644 --- a/changelog.md +++ b/changelog.md @@ -31,7 +31,7 @@ local x if type(x) == 'string' then - print(x) -- `x` is `string` here + print(x) -- `x` is `string` here end ``` * `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file. -- cgit v1.2.3