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

@@ -741,7 +741,7 @@ using ::std::tuple_size;
# define _TR1_FUNCTIONAL 1
# include <tr1/tuple>
# undef _TR1_FUNCTIONAL // Allows the user to #include
// <tr1/functional> if he chooses to.
// <tr1/functional> if they choose to.
# else
# include <tr1/tuple> // NOLINT
# endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302