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

@ -12,9 +12,9 @@
; Assume other uppercase names constants.
; NOTE: In order to distinguish constants we highlight
; all the identifiers that are uppercased. But this solution
; is not suitable for all occurences e.g. it will highlight
; is not suitable for all occurrences e.g. it will highlight
; an uppercased method as a constant if used with no params.
; Introducing highlightning for those specific cases, is probably
; Introducing highlighting for those specific cases, is probably
; best way to resolve the issue.
((identifier) @constant (#match? @constant "^[A-Z]"))