diff options
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 [ |