Merge pull request #913 from Carrotstrip/master

fixed spelling error in tutorial.md
This commit is contained in:
Martin Hořeňovský 2017-05-21 11:17:25 +02:00 committed by GitHub
commit 3e328f55fc
1 changed files with 1 additions and 1 deletions

View File

@ -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: