Use gender-neutral pronouns in comments and docs

This commit is contained in:
Jonathan Wakely
2017-09-27 13:31:13 +01:00
parent f1a87d73fc
commit b70cf1a663
20 changed files with 22 additions and 22 deletions

View File

@@ -49,7 +49,7 @@
// implementation. It must come before gtest-internal-inl.h is
// included, or there will be a compiler error. This trick is to
// prevent a user from accidentally including gtest-internal-inl.h in
// his code.
// their code.
#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION_