diff --git a/editors/code/rust.tmGrammar.json b/editors/code/rust.tmGrammar.json index ab87cd39f60..0be2583db48 100644 --- a/editors/code/rust.tmGrammar.json +++ b/editors/code/rust.tmGrammar.json @@ -268,7 +268,7 @@ "match": "\\b(log|error|warn|info|debug|trace|log_enabled)!" }, { - "comment": "Invokation of a macro", + "comment": "Invocation of a macro", "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]", "captures": { "1": { @@ -683,4 +683,4 @@ ] } } -} \ No newline at end of file +}