mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Change "an when
" to "a when
" in error message
This commit is contained in:
parent
a1a3eff278
commit
d4f192ffd6
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ fn to_expr_report<'a>(
|
|||
Node::WhenCondition | Node::WhenBranch | Node::WhenIfGuard => (
|
||||
pos,
|
||||
alloc.concat([
|
||||
alloc.text("an "),
|
||||
alloc.text("a "),
|
||||
alloc.keyword("when"),
|
||||
alloc.text(" expression"),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue