Fix a spelling mistake; how was this ever passing?

This commit is contained in:
Chelsea Troy 2021-12-01 18:41:37 -06:00
parent 2eefe9ff6d
commit f680ee3c24
5 changed files with 8 additions and 8 deletions

View file

@ -246,7 +246,7 @@ pub fn canonicalize_pattern<'a>(
Pattern::SingleQuote(char)
} else {
// multiple chars is found
let problem = MalformedPatternProblem::MulitpleCharsInSingleQuote;
let problem = MalformedPatternProblem::MultipleCharsInSingleQuote;
malformed_pattern(env, problem, region)
}
} else {