ansi-terminal-game

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9ba026143fe4515b6c9db1c21106c9f90a728a9a
parent a6cfade2951d1f3e1bf77c61ee0b6dd0ec62defe
Author: Francesco Ariis <fa-ml@ariis.it>
Date:   Fri,  3 Mar 2023 07:13:25 +0100

Add comma

Diffstat:
Msrc/Terminal/Game/Layer/Imperative.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Terminal/Game/Layer/Imperative.hs b/src/Terminal/Game/Layer/Imperative.hs @@ -67,7 +67,7 @@ centerFull e p = blankPlaneFull e *** p -- | Entry point for the game execution, should be called in @main@. -- -- You __must__ compile your programs with @-threaded@; if you do not do --- this the game will crash at start-up. Just add: +-- this the game will crash, at start-up. Just add: -- -- @ -- ghc-options: -threaded