Use plural 'effects' in FxInTopLevel error

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

View file

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