Skip to content

Commit

Permalink
Bring tutorial in line with #1957 (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey authored Jun 24, 2024
1 parent dc7ea65 commit 02af524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scenarios/Tutorials/type-errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
- |
Expand Down

0 comments on commit 02af524

Please sign in to comment.