From f415e66f51e58f759746fdbb1545a6ad6641b89f Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Tue, 10 Mar 2020 18:11:49 -0400
Subject: [PATCH] auto

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

diff --git a/assign3.md b/assign3.md
index 668295a..ac1f730 100644
--- a/assign3.md
+++ b/assign3.md
@@ -218,7 +218,7 @@ Implement tile animation entirely in your `BoardView` class:
 view controller removes the `ButtonTile` from the board.
 
 ## Task 5: Gestures
-Add gestures to the board. The gesture recognizer use your
+Add up, down, left, and right swipe gestures to the board. The gesture recognizer use your
 game's view controller as a target (first parameter to the
 `UISwipeGestureRecognizer` initializer), but you can attach this either to
 view controller's view, or to the game board. Either works.
-- 
GitLab