From 01f232357fb5a41ce4c8dd374de399e6f7dc17bf Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Sat, 28 Mar 2020 12:40:51 -0400
Subject: [PATCH] auto

---
 assign3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assign3.md b/assign3.md
index 5ca5a9d..774f5e3 100644
--- a/assign3.md
+++ b/assign3.md
@@ -202,7 +202,7 @@ each button.
 The view controller's `updateViewFromGame()` method is now quite short. It has
 to:
 - add `ButtonTile`s to the board if the model has a previously-unseen `Tile`.
-- remove `ButtonTile`s from the board if a previously-unseen `Tile` no longer
+- remove `ButtonTile`s from the board if a previously-seen `Tile` no longer
   exists. 
 - ensure that all remaining `ButtonTile`s have accurate row/col information.
 - update the score
-- 
GitLab