commit f6a610cc0db70b7cdeb0b3e6bd3a2811f39ce984
parent f6c2447d72132b8d67810ec76e6216ac835a6ed0
Author: Francesco Ariis <fa-ml@ariis.it>
Date: Thu, 22 Dec 2022 14:29:15 +0100
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Terminal/Game.hs b/src/Terminal/Game.hs
@@ -48,7 +48,7 @@ module Terminal.Game ( -- * Running
-- parametrised over any state @s@, you are free
-- to implement game logic as you prefer.
- -- ** Timers/Animation
+ -- ** Timers/Animations
-- *** Timers
Timed,