Skip to content

Commit 6f32db3

Browse files
daixtrosehorenmar
authored andcommitted
Update tutorial.md
1 parent 7013e38 commit 6f32db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ unsigned int Factorial( unsigned int number ) {
8080

8181
Now all the tests pass.
8282

83-
Of course there are still more issues to do deal with. For example we'll hit problems when the return value starts to exceed the range of an unsigned int. With factorials that can happen quite quickly. You might want to add tests for such cases and decide how to handle them. We'll stop short of doing that here.
83+
Of course there are still more issues to deal with. For example we'll hit problems when the return value starts to exceed the range of an unsigned int. With factorials that can happen quite quickly. You might want to add tests for such cases and decide how to handle them. We'll stop short of doing that here.
8484

8585
## What did we do here?
8686

0 commit comments

Comments
 (0)