Commit ae371e3
Changed files (1)
src
Q9
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