runner

Dependencies:   mbed

Revision:
7:821b68fc40fb
Parent:
6:ee273baff27c
--- a/GameEngine/GameEngine.h	Thu May 09 14:58:01 2019 +0000
+++ b/GameEngine/GameEngine.h	Thu May 09 15:20:53 2019 +0000
@@ -42,10 +42,10 @@
     */
     void update(Gamepad &pad);
     
-    /** enders all objects on screen
+    /** renders all objects on screen
     * @param prints scores on screen (N5110)
     * @param draws the runner (N5110)
-    * @param draws teh obstacle (N5110)
+    * @param draws the obstacle (N5110)
     */
     void draw(N5110 &lcd);