Commit 947aeab2 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

Preparation for including docs in round-trip with OSS

parent 5af948b3
......@@ -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 {
......
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