about summary refs log tree commit diff stats
path: root/tutorial
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-20 12:45:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-20 12:45:22 -0700
commit163aa68b466dc355b40eb7c8a243c9ccddfd96c9 (patch)
tree1779bf962decaaa373e7f2a6e3c7d3a0b4b69526 /tutorial
parent12615266b6aa99ac069b1c36e4489d50000f7cde (diff)
downloadmu-163aa68b466dc355b40eb7c8a243c9ccddfd96c9.tar.gz
.
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index f9a1f8c7..ca840d0d 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -149,8 +149,8 @@ You should see a failing test that looks something like this:
 
 Open `tutorial/task4.mu` in your text editor. Think about how to add a line
 between the `{}` lines to make `the-answer` return 42. Rerun the above
-commands. You'll know you got it right all the tests pass, i.e. when the rows
-of dots and text above are replaced by an empty screen.
+commands. You'll know you got it right when all the tests pass, i.e. when the
+rows of dots and text above are replaced by an empty screen.
 
 Don't be afraid to run the above commands over and over again as you try out
 different solutions. Here's a way to run them together so they're easy to