Merge pull request #1090 from nico/typo

Fixing typo in documentation.
This commit is contained in:
Billy Donahue 2017-05-15 23:54:23 -04:00 committed by GitHub
commit 078d5d930a

View File

@ -1287,7 +1287,7 @@ class GTEST_API_ UnitTest {
internal::UnitTestImpl* impl() { return impl_; } internal::UnitTestImpl* impl() { return impl_; }
const internal::UnitTestImpl* impl() const { return impl_; } const internal::UnitTestImpl* impl() const { return impl_; }
// These classes and funcions are friends as they need to access private // These classes and functions are friends as they need to access private
// members of UnitTest. // members of UnitTest.
friend class Test; friend class Test;
friend class internal::AssertHelper; friend class internal::AssertHelper;