summaryrefslogtreecommitdiff
path: root/src/Q9/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/Q9/README.md')
-rw-r--r--src/Q9/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Q9/README.md b/src/Q9/README.md
index e973f19..a490ffb 100644
--- a/src/Q9/README.md
+++ b/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