ELEC2645 (2018/19) / Mbed 2 deprecated EL17MCD

Dependencies:   mbed

Revision:
22:9e9685856ce1
Parent:
21:44e87d88afe2
--- a/Tank/Tank.h	Thu May 09 13:10:16 2019 +0000
+++ b/Tank/Tank.h	Thu May 09 13:45:05 2019 +0000
@@ -120,7 +120,7 @@
 
   //Member Methods
   /**
-  * @brief Moves the tank left or right depending on the whether the input is negative or posititive.
+  * @brief Moves the tank left or right depending on the whether the input is negative or positive.
   * @param d @details The direction the tank should move
   */
   void move_position(int d);