commit 0799a40db1a2a687754d5a3edaf05b83598c3677
parent 4887a5a93e441674f45fe313141b56a3a9a8985e
Author: Francesco Ariis <fa-ml@ariis.it>
Date: Fri, 17 Mar 2023 18:22:18 +0100
Fix typo in NEWS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
@@ -27,7 +27,7 @@ tl;dr and migration guide:
function:
gLogicFunction :: GEnv -> s -> Event -> Either r s
- Notice the `Either r s`: `Left` means “game is over”; `Right`means
- “game continues.
+ “game continues”.
- To migrate a project to 1.9.0.0 you should:
- Adjust logic function to incorporate those changes.
- Get rid of your `quitFunction` in your `Game`.