From e68764c147ea0dac1e8811925c531d937396878e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 23 Nov 2022 15:57:21 -0800 Subject: This commit fixes a minor verb conjugation error in gmock_cook_book.md. PiperOrigin-RevId: 490601453 Change-Id: I733b2ed8740b1c809dddb166a42993b869198469 --- docs/gmock_cook_book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/gmock_cook_book.md b/docs/gmock_cook_book.md index 693201e4..59aa9fc3 100644 --- a/docs/gmock_cook_book.md +++ b/docs/gmock_cook_book.md @@ -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 -- cgit v1.2.1