From 8cad2b8569500339d5abf788659ce00ab507b5fa Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 16 Nov 2021 16:47:04 +0600 Subject: [PATCH] Fix a typo: `highlightment` => `highlighting` Inspired by https://github.com/Hirrolot/metalang99/pull/17. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ecd3a65..c807d86 100644 --- a/README.md +++ b/README.md @@ -836,9 +836,7 @@ If an error is not comprehensible at all, try to look at generated code (`-E`). ![Suggestion](images/suggestion.png) -A: VS Code automatically enables suggestions of generated types but, of course, it does not support macro syntax highlightment. - -The sad part is that `VCALL` and its friends break go-to definitions and do not highlight function signatures, so we [trade some IDE support for syntax conciseness](#vcall_-1). +A: VS Code automatically enables suggestions of generated types but, of course, it does not support macro syntax highlighting. The sad part is that `VCALL` and its friends break go-to definitions and do not highlight function signatures, so we do intentionally [trade some IDE support for syntax conciseness](#vcall_-1). ### Q: Which compilers are tested?