Skip to content

Commit 4cdfc4d

Browse files
committed
fix style
1 parent b22505b commit 4cdfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
local x
3232

3333
if type(x) == 'string' then
34-
print(x) -- `x` is `string` here
34+
print(x) -- `x` is `string` here
3535
end
3636
```
3737
* `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file.

0 commit comments

Comments
 (0)