diff --git a/assign3.md b/assign3.md
index c5391bc9546796ef09c95ef274b0a79f2f86fc31..dc5c9d8325b1343f83433554c70e63c337b4e83f 100644
--- a/assign3.md
+++ b/assign3.md
@@ -245,7 +245,7 @@ You should:
 - the the tableview to show at least ten of the top scores with rank / score /
   date-and-date, as shown in the video.
 - your game should jump to the high-scores screen at the end of a game when
-  calling `isDone()` returns true, but not whe
+  calling `isDone()` returns true for the first time.
 
 
 ## Task 8: Implement the *About* Scene