Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 2a70d42

Browse files
authored
Fix a typo
1 parent 929aac4 commit 2a70d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-analyzer/editors/code/rust.tmGrammar.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"match": "\\b(log|error|warn|info|debug|trace|log_enabled)!"
269269
},
270270
{
271-
"comment": "Invokation of a macro",
271+
"comment": "Invocation of a macro",
272272
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]",
273273
"captures": {
274274
"1": {
@@ -683,4 +683,4 @@
683683
]
684684
}
685685
}
686-
}
686+
}

0 commit comments

Comments
 (0)