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/ml.py | |
parent | 2a640662cc0480e043b8d5a5b34586246255ac98 (diff) | |
download | pygments-git-2a0cecbb5037d04f1ecbf5f2336ef26813e2967c.tar.gz |
Fix typos (#2030)
Diffstat (limited to 'pygments/lexers/ml.py')
-rw-r--r-- | pygments/lexers/ml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/ml.py b/pygments/lexers/ml.py index 60bd8b9d..5fc9f4be 100644 --- a/pygments/lexers/ml.py +++ b/pygments/lexers/ml.py @@ -55,7 +55,7 @@ class SMLLexer(RegexLexer): # A character constant is a sequence of the form #s, where s is a string # constant denoting a string of size one character. This setup just parses # the entire string as either a String.Double or a String.Char (depending - # on the argument), even if the String.Char is an erronous + # on the argument), even if the String.Char is an erroneous # multiple-character string. def stringy(whatkind): return [ |