mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix failing test i forgot in last commit
This commit is contained in:
parent
3eb1dc4a5b
commit
1630b1fceb
1 changed files with 1 additions and 1 deletions
|
@ -3391,7 +3391,7 @@ mod test_reporting {
|
|||
^^^
|
||||
|
||||
Looks like you are trying to define a function. In Roc, functions are
|
||||
always written as a lambda, like increment = \n -> n + 1.
|
||||
always written as a lambda, like increment = |n| -> n + 1.
|
||||
"###
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue