Commit ae371e3

mo khan <mo.khan@gmail.com>
2019-09-02 22:07:46
fix typo in README
1 parent 2a8871d
Changed files (1)
src/Q9/README.md
@@ -60,7 +60,7 @@
   The program includes a `Robot` class and a `MovingRobot` class that inherits
   from Robot. Before the `MovingRobot` can advance to the next position based on
   a direction, it will check to see if it is possible to advance without hitting
-  the bounds of the 9x9 grid.
+  the bounds of the 10x10 grid.
 
 1. Errors and Warnings