diff options
Diffstat (limited to 'docs/gmock_faq.md')
-rw-r--r-- | docs/gmock_faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gmock_faq.md b/docs/gmock_faq.md index c02e5398..09623b4e 100644 --- a/docs/gmock_faq.md +++ b/docs/gmock_faq.md @@ -1,4 +1,4 @@ -## Legacy gMock FAQ {#GMockFaq} +# Legacy gMock FAQ ### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem? |