Manual docs tweaks still in preparation for including docs with code pushes

This commit is contained in:
Gennadiy Civil
2019-07-18 11:34:17 -04:00
parent 2ef13f524b
commit 34ddfff946
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
## Legacy gMock FAQ {#GMockFaq}
<!-- GOOGLETEST_CM0020 DO NOT DELETE -->
<!-- GOOGLETEST_CM0021 DO NOT DELETE -->
### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem?