mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
remove arrows
This commit is contained in:
parent
1630b1fceb
commit
dc8ee0e5ce
3 changed files with 3 additions and 3 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