Commit 078d5d93 authored by Billy Donahue's avatar Billy Donahue Committed by GitHub
Browse files

Merge pull request #1090 from nico/typo

Fixing typo in documentation.
parents 2a5d67cc 6c0c8a7e
......@@ -1287,7 +1287,7 @@ class GTEST_API_ UnitTest {
internal::UnitTestImpl* impl() { 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.
friend class Test;
friend class internal::AssertHelper;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment