Small Wording Fix
This commit is contained in:
		
							parent
							
								
									a16fd433bd
								
							
						
					
					
						commit
						734706a161
					
				| 
						 | 
					@ -29,7 +29,7 @@ describe('sum', function() {
 | 
				
			||||||
		expect(calculator.sum([7])).toEqual(7);
 | 
							expect(calculator.sum([7])).toEqual(7);
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	it('computes the sum of an array of one number', function() {
 | 
						it('computes the sum of an array of two numbers', function() {
 | 
				
			||||||
		expect(calculator.sum([7,11])).toEqual(18);
 | 
							expect(calculator.sum([7,11])).toEqual(18);
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue