Preparation for including docs in round-trip with OSS

pull/2329/head
Gennadiy Civil 5 years ago
parent 5af948b30e
commit 947aeab281
  1. 4
      googlemock/docs/cook_book.md

@ -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 {

Loading…
Cancel
Save