Feedback: add doc comments, verbiage changes, capitalize Roc, remove a resolved TODO

This commit is contained in:
Joshua Warner 2024-07-28 12:01:20 -07:00
parent 413de7f72e
commit df915b936d
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
6 changed files with 93 additions and 12 deletions

View file

@ -1133,7 +1133,7 @@ fn parse_problem() {
4 add m n = m + n
^^^
Looks like you are trying to define a function. In roc, functions are
Looks like you are trying to define a function. In Roc, functions are
always written as a lambda, like increment = \n -> n + 1.
"#
),