From b18e67522f057ab0254c8b0127e1263bfeaef572 Mon Sep 17 00:00:00 2001 From: Austin L Wolfgram Date: Sat, 20 May 2017 15:10:42 -0400 Subject: [PATCH] fixed spelling error --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: