mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-29 07:45:40 +02:00
Merge pull request #913 from Carrotstrip/master
fixed spelling error in tutorial.md
This commit is contained in:
@@ -68,7 +68,7 @@ with expansion:
|
|||||||
0 == 1
|
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:
|
Let's change the factorial function to:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user