docs: fix typos

This commit is contained in:
dundargoc 2023-03-29 23:47:49 +02:00 committed by Amaan Qureshi
parent c07c1c5b98
commit 1727f63976
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@
; some from:
; - https://github.com/godotengine/godot-vscode-plugin/blob/0636797c22bf1e23a41fd24d55cdb9be62e0c992/syntaxes/GDScript.tmLanguage.json
;; Bulitin Annotations
;; Built-in Annotations
((annotation "@" @attribute (identifier) @attribute)
(#any-of? @attribute

View file

@ -127,7 +127,7 @@
"function" @keyword.function
; Functions/Methos
; Functions/Methods
(call function: (identifier) @function.call)