Merge pull request #2356 from kuzkry:typos
PiperOrigin-RevId: 260786935
This commit is contained in:
		@@ -886,12 +886,12 @@ you can do it earlier:
 | 
			
		||||
using ::testing::Mock;
 | 
			
		||||
...
 | 
			
		||||
// Verifies and removes the expectations on mock_obj;
 | 
			
		||||
// returns true iff successful.
 | 
			
		||||
// returns true if successful.
 | 
			
		||||
Mock::VerifyAndClearExpectations(&mock_obj);
 | 
			
		||||
...
 | 
			
		||||
// Verifies and removes the expectations on mock_obj;
 | 
			
		||||
// also removes the default actions set by ON_CALL();
 | 
			
		||||
// returns true iff successful.
 | 
			
		||||
// returns true if successful.
 | 
			
		||||
Mock::VerifyAndClear(&mock_obj);
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user