aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-07-15 16:01:38 -0400
committerGennadiy Civil <misterg@google.com>2019-07-15 16:01:38 -0400
commit947aeab281f1b160d2db5045064be73c984f1ae6 (patch)
treefeb118a31ad35c58653e4974429d6c4c8ce37f6a /googlemock/docs
parent5af948b30eea9879d6ea7391b335b8ab3fa8ce75 (diff)
downloadgoogletest-947aeab281f1b160d2db5045064be73c984f1ae6.tar.gz
googletest-947aeab281f1b160d2db5045064be73c984f1ae6.tar.bz2
googletest-947aeab281f1b160d2db5045064be73c984f1ae6.zip
Preparation for including docs in round-trip with OSS
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/cook_book.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/docs/cook_book.md b/googlemock/docs/cook_book.md
index a08dc1cd..7116fd4c 100644
--- a/googlemock/docs/cook_book.md
+++ b/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 {