Use gender-neutral pronouns in comments and docs
This commit is contained in:
		@@ -71,7 +71,7 @@ GTEST_API_ string ConvertIdentifierNameToWords(const char* id_name) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// This class reports Google Mock failures as Google Test failures.  A
 | 
			
		||||
// user can define another class in a similar fashion if he intends to
 | 
			
		||||
// user can define another class in a similar fashion if they intend to
 | 
			
		||||
// use Google Mock with a testing framework other than Google Test.
 | 
			
		||||
class GoogleTestFailureReporter : public FailureReporterInterface {
 | 
			
		||||
 public:
 | 
			
		||||
 
 | 
			
		||||
@@ -353,10 +353,10 @@ UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args)
 | 
			
		||||
    // the behavior of ReportUninterestingCall().
 | 
			
		||||
    const bool need_to_report_uninteresting_call =
 | 
			
		||||
        // If the user allows this uninteresting call, we print it
 | 
			
		||||
        // only when he wants informational messages.
 | 
			
		||||
        // only when they want informational messages.
 | 
			
		||||
        reaction == kAllow ? LogIsVisible(kInfo) :
 | 
			
		||||
        // If the user wants this to be a warning, we print it only
 | 
			
		||||
        // when he wants to see warnings.
 | 
			
		||||
        // when they want to see warnings.
 | 
			
		||||
        reaction == kWarn ? LogIsVisible(kWarning) :
 | 
			
		||||
        // Otherwise, the user wants this to be an error, and we
 | 
			
		||||
        // should always print detailed information in the error.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user