Preparation for including docs in round-trip with OSS

This commit is contained in:
Gennadiy Civil 2019-07-15 16:01:38 -04:00
parent 5af948b30e
commit 947aeab281

View File

@ -2292,8 +2292,8 @@ bool Job2(int n, char c) { ... }
#### Invoking an Argument of the Mock Function
Sometimes a mock function will receive a function pointer, a functor, or a
`google3`-style callback (in other words, a "callable") as an argument, e.g.
Sometimes a mock function will receive a function pointer, a functor (in other
words, a "callable") as an argument, e.g.
```cpp
class MockFoo : public Foo {