From dbc9bf49b1c0f37799332f5c5bb970130292c248 Mon Sep 17 00:00:00 2001
From: "Giammarco, Kristin M" <kmgiamma@nps.edu>
Date: Thu, 19 May 2022 04:34:33 -0700
Subject: [PATCH] Update models/Application_examples/Tic_Tac_Toe.mp

---
 models/Application_examples/Tic_Tac_Toe.mp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/models/Application_examples/Tic_Tac_Toe.mp b/models/Application_examples/Tic_Tac_Toe.mp
index afd3948..3c069d1 100644
--- a/models/Application_examples/Tic_Tac_Toe.mp
+++ b/models/Application_examples/Tic_Tac_Toe.mp
@@ -22,7 +22,8 @@
 │*│ │  board until either one of the players has three in| |
 │*│ │  a line or until all cells on the grid are filled. | |
 │*│ │                                                    | |
-│*│ │ The goal is to never lose a game of Tic-Tac-Toe.   | |
+│*│ │ The goal is for X to never lose a game of          | |
+│*│ │ Tic-Tac-Toe.                                       | |
 |*| |                                                    | |
 │*│ │ The following rules simplify the strategy:         | |
 │*│ │     1) X never makes any mistakes.                 │ │
-- 
GitLab