From 351c7d0a1d3aaf0540de785a4c975ed86f2d6a2a Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 23 Jun 2024 17:31:23 -0500 Subject: [PATCH] bring tutorial in line with #1957 --- data/scenarios/Tutorials/type-errors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scenarios/Tutorials/type-errors.yaml b/data/scenarios/Tutorials/type-errors.yaml index f8c5ec089..75ae57a61 100644 --- a/data/scenarios/Tutorials/type-errors.yaml +++ b/data/scenarios/Tutorials/type-errors.yaml @@ -7,7 +7,7 @@ objectives: - | Let's see what happens when you enter something that does not type check. Try typing `turn 1`{=snippet} at the REPL prompt. Clearly this is nonsense, and - the expression will be highlighted in red. To see what the error is, hit **Enter**. + part of the expression will be highlighted in red. To see what the error is, hit **Enter**. The REPL will print out a type error. - "Some other type errors for you to try:" - |