From ae371e36305fd5a7ed9039e8c406a43ceca39895 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Sep 2019 16:07:46 -0600 Subject: fix typo in README --- src/Q9/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3