diff --git a/docs/tutorial.md b/docs/tutorial.md index 73924592..3a0f9468 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -68,7 +68,7 @@ with expansion: 0 == 1 ``` -Note that we get the actual return value of Factorial(0) printed for us (0) - even though we used a natural expression with the == operator. That let's us immediately see what the problem is. +Note that we get the actual return value of Factorial(0) printed for us (0) - even though we used a natural expression with the == operator. That lets us immediately see what the problem is. Let's change the factorial function to: