From 015783b25b4dfeb6a08ce708117d4dd32716902e Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 1 Mar 2024 17:13:17 -0500 Subject: [PATCH] fixing typo --- hws/discussions/inverse_word_search.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/discussions/inverse_word_search.txt b/hws/discussions/inverse_word_search.txt index a7af7f9..bd223ac 100644 --- a/hws/discussions/inverse_word_search.txt +++ b/hws/discussions/inverse_word_search.txt @@ -10,4 +10,4 @@ Discuss the following questions with students around you. 5. Do we need to track if one location is occupied or not? 6. Do we need to track if a location is shared by multiple words or not? -7. In the word search program we have discuss before relevant to this assignment? Can we use some of the logic from that program? +7. Is the word search program we have discussed before relevant to this assignment? Can we use some of the logic from that program?