chore: fix typos

This commit is contained in:
Dundar Göc 2021-11-01 22:35:31 +01:00 committed by Stephan Seitz
parent 968621dfad
commit 6a4fdb317d
15 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@
(identifier) @definition.parameter))
(optional_parameter_declaration
declarator: (identifier) @definition.parameter)
;; Class / struct defintions
;; Class / struct definitions
(class_specifier) @scope
(reference_declarator
@ -42,7 +42,7 @@
((namespace_identifier) @reference
(set! reference.kind "namespace"))
;; Function defintions
;; Function definitions
(template_function
name: (identifier) @definition.function) @scope