mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Use plural 'effects' in FxInTopLevel error
This commit is contained in:
parent
2fdd1ef98f
commit
935d460236
2 changed files with 2 additions and 2 deletions
|
@ -14880,7 +14880,7 @@ All branches in an `if` must have the same type!
|
|||
Stdout.line! "What's your name?"
|
||||
Stdin.line! {}
|
||||
|
||||
This will allow the caller to control when the effect runs.
|
||||
This will allow the caller to control when the effects run.
|
||||
"###
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue