Skip to content

Commit

Permalink
This commit fixes a minor verb conjugation error in gmock_cook_book.md.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 490601453
Change-Id: I733b2ed8740b1c809dddb166a42993b869198469
  • Loading branch information
Abseil Team authored and Copybara-Service committed Nov 23, 2022
1 parent 519beb0 commit e68764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gmock_cook_book.md
Expand Up @@ -1904,7 +1904,7 @@ using testing::ReturnPointee;
### Combining Actions
Want to do more than one thing when a function is called? That's fine. `DoAll()`
allow you to do sequence of actions every time. Only the return value of the
allows you to do a sequence of actions every time. Only the return value of the
last action in the sequence will be used.
```cpp
Expand Down

0 comments on commit e68764c

Please sign in to comment.