ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Revision:
25:aa145767fda5
Parent:
24:c7df5aa476a9
Child:
28:be77ad6c0bda
--- a/Fire/Fire.h	Wed Apr 24 17:38:41 2019 +0000
+++ b/Fire/Fire.h	Wed Apr 24 17:58:35 2019 +0000
@@ -13,7 +13,7 @@
  public:
   /** Constructor, non user specified.*/
   Fire();
-  /** Destructor non user specified.*/
+  /** Destructor, non user specified.*/
   ~Fire();
   
   // Mutators.
@@ -25,8 +25,8 @@
   * @returns The Fire sprite (an integer array)
   */
   int * get_fire_sprite();
-  /** Gets the X coordinate. 
-  * @returns The X coordinate of the Fire
+  /** Gets the x coordinate. 
+  * @returns The x coordinate of the Fire
   */
   int get_fire_x();