remove arrows

This commit is contained in:
Olof Blomqvist 2025-03-19 07:06:18 +01:00
parent 1630b1fceb
commit dc8ee0e5ce
No known key found for this signature in database
GPG key ID: C39164E28D8A497C
3 changed files with 3 additions and 3 deletions

View file

@ -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.
"###
);