mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Update tutorial.md
This commit is contained in:
		 Markus Werle
					Markus Werle
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							7a76ff161b
						
					
				
				
					commit
					28741467d5
				
			| @@ -80,7 +80,7 @@ unsigned int Factorial( unsigned int number ) { | ||||
|  | ||||
| Now all the tests pass. | ||||
|  | ||||
| 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. | ||||
| 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. | ||||
|  | ||||
| ## What did we do here? | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user