mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51: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 => (
|
Node::WhenCondition | Node::WhenBranch | Node::WhenIfGuard => (
|
||||||
pos,
|
pos,
|
||||||
alloc.concat([
|
alloc.concat([
|
||||||
alloc.text("an "),
|
alloc.text("a "),
|
||||||
alloc.keyword("when"),
|
alloc.keyword("when"),
|
||||||
alloc.text(" expression"),
|
alloc.text(" expression"),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue