mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix 'right-hand side' typo in errors
This commit is contained in:
parent
935d460236
commit
1e835bbb17
2 changed files with 5 additions and 5 deletions
|
@ -10838,7 +10838,7 @@ All branches in an `if` must have the same type!
|
|||
|
||||
Since it doesn't call any effectful functions, this assignment cannot
|
||||
affect the program's behavior. If you don't need to use the value on
|
||||
the right-hand-side, consider removing the assignment.
|
||||
the right-hand side, consider removing the assignment.
|
||||
|
||||
── UNNECESSARY DEFINITION in /code/proj/Main.roc ───────────────────────────────
|
||||
|
||||
|
@ -10849,7 +10849,7 @@ All branches in an `if` must have the same type!
|
|||
|
||||
Since it doesn't call any effectful functions, this assignment cannot
|
||||
affect the program's behavior. If you don't need to use the value on
|
||||
the right-hand-side, consider removing the assignment.
|
||||
the right-hand side, consider removing the assignment.
|
||||
|
||||
── UNNECESSARY DEFINITION in /code/proj/Main.roc ───────────────────────────────
|
||||
|
||||
|
@ -10860,7 +10860,7 @@ All branches in an `if` must have the same type!
|
|||
|
||||
Since it doesn't call any effectful functions, this assignment cannot
|
||||
affect the program's behavior. If you don't need to use the value on
|
||||
the right-hand-side, consider removing the assignment.
|
||||
the right-hand side, consider removing the assignment.
|
||||
|
||||
── UNNECESSARY DEFINITION in /code/proj/Main.roc ───────────────────────────────
|
||||
|
||||
|
@ -10871,7 +10871,7 @@ All branches in an `if` must have the same type!
|
|||
|
||||
Since it doesn't call any effectful functions, this assignment cannot
|
||||
affect the program's behavior. If you don't need to use the value on
|
||||
the right-hand-side, consider removing the assignment.
|
||||
the right-hand side, consider removing the assignment.
|
||||
"###
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue