diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 17:43:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 17:43:08 +0800 |
commit | 4cdfc4db435a41ef82455d51931aa31927f7883d (patch) | |
tree | 2a12068f2d7988ee0b31073437b657e445c9c374 /changelog.md | |
parent | b22505b90c6df5fadfcad08bee82ec2f6d91bbaa (diff) | |
download | lua-language-server-4cdfc4db435a41ef82455d51931aa31927f7883d.zip |
fix style
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |