diff options
author | Kian-Meng Ang <kianmeng.ang@gmail.com> | 2022-01-19 04:00:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 21:00:07 +0100 |
commit | 2a0cecbb5037d04f1ecbf5f2336ef26813e2967c (patch) | |
tree | e6bcb5d33ebb82d76f8a4ebf4c54e493f69839d4 /pygments/lexers/grammar_notation.py | |
parent | 2a640662cc0480e043b8d5a5b34586246255ac98 (diff) | |
download | pygments-git-2a0cecbb5037d04f1ecbf5f2336ef26813e2967c.tar.gz |
Fix typos (#2030)
Diffstat (limited to 'pygments/lexers/grammar_notation.py')
-rw-r--r-- | pygments/lexers/grammar_notation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/grammar_notation.py b/pygments/lexers/grammar_notation.py index ff57c999..e7ff2b24 100644 --- a/pygments/lexers/grammar_notation.py +++ b/pygments/lexers/grammar_notation.py @@ -39,7 +39,7 @@ class BnfLexer(RegexLexer): * We don't distinguish any operators and punctuation except `::=`. - Though these desision making might cause too minimal highlighting + Though these decision making might cause too minimal highlighting and you might be disappointed, but it is reasonable for us. .. versionadded:: 2.1 |