Fixed typo

This commit is contained in:
autodidakto 2013-04-20 15:26:17 -05:00
parent d9d1dfd746
commit 7d8aca816c

View file

@ -1,4 +1,3 @@
module GameSkeleton where module GameSkeleton where
@ -8,7 +7,7 @@ module GameSkeleton where
What information do you need to represent all relevant user input? What information do you need to represent all relevant user input?
Task: Redefine `UserInput` to include all of the information you need. Task: Redefine `UserInput` to include all of the information you need.
Redifene `userInput` to be a signal that correctly models the user Redefine `userInput` to be a signal that correctly models the user
input as described by `UserInput`. input as described by `UserInput`.
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}