docs: fix typo

This commit is contained in:
Zhizhen He 2023-03-21 13:50:54 +08:00 committed by Amaan Qureshi
parent 2e85a7f4f3
commit a1df50a79f
5 changed files with 9 additions and 9 deletions

View file

@ -155,7 +155,7 @@
(interpolation "\\(" (identifier) @variable ")")
; Commments
; Comments
(comment) @comment @spell

View file

@ -72,7 +72,7 @@
(call_expression . (identifier) @function.call)
; Function parameters
(event_paramater name: (identifier) @parameter)
(event_parameter name: (identifier) @parameter)
(parameter name: (identifier) @parameter)
; Yul functions
@ -113,7 +113,7 @@
; FIXME: update grammar
; (block_statement "unchecked" @keyword)
(event_paramater "indexed" @keyword)
(event_parameter "indexed" @keyword)
[
"public"

View file

@ -197,7 +197,7 @@
; Thread Methods
"call" "wakeup" "wakeupthrow" "getstackinfos"
; Weak Referece Methods
; Weak Reference Methods
"ref" "weakref"
))

View file

@ -143,7 +143,7 @@
"xsd_optional"
] @keyword
; Extended Kewords
; Extended Keywords
[
"package"
"performs"