mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix a spelling mistake; how was this ever passing?
This commit is contained in:
parent
2eefe9ff6d
commit
f680ee3c24
5 changed files with 8 additions and 8 deletions
|
@ -177,7 +177,7 @@ pub enum RuntimeError {
|
|||
/// where ''
|
||||
EmptySingleQuote(Region),
|
||||
/// where 'aa'
|
||||
MulitpleCharsInSingleQuote(Region),
|
||||
MultipleCharsInSingleQuote(Region),
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
|
@ -189,5 +189,5 @@ pub enum MalformedPatternProblem {
|
|||
QualifiedIdentifier,
|
||||
BadIdent(roc_parse::ident::BadIdent),
|
||||
EmptySingleQuote,
|
||||
MulitpleCharsInSingleQuote,
|
||||
MultipleCharsInSingleQuote,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue