diff options
-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. |