From f640d2a09c2b59fbde3dcc1a72626d44981bc612 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Tue, 30 Jun 2020 17:42:54 +0200 Subject: Fix a typo --- editors/code/rust.tmGrammar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/code') diff --git a/editors/code/rust.tmGrammar.json b/editors/code/rust.tmGrammar.json index ab87cd39f..0be2583db 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 +} -- cgit v1.2.3