typos: fix simple typos in comments

This commit is contained in:
Ben Boeckel 2025-03-21 21:14:44 +01:00
parent 5f38dffb6a
commit b21618c1a9
3 changed files with 3 additions and 3 deletions

View file

@ -357,7 +357,7 @@
((identifier) @variable.builtin
(#eq? @variable.builtin "cls"))
; After @type.builtin bacause builtins (such as `type`) are valid as attribute name
; After @type.builtin because builtins (such as `type`) are valid as attribute name
((attribute
attribute: (identifier) @variable.member)
(#lua-match? @variable.member "^[%l_].*$"))