Fix 'right-hand side' typo in errors

This commit is contained in:
Agus Zubiaga 2024-10-30 10:33:38 -03:00
parent 935d460236
commit 1e835bbb17
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

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