From 279f8479469d22fa772adb454068f854472e1eb9 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 7 Oct 2025 16:02:53 -0700 Subject: [PATCH] Fix typo. PiperOrigin-RevId: 816417379 Change-Id: I4ccfe2bf291b8c2b318ac6e2d0c2d176684e42c8 --- docs/gmock_cheat_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gmock_cheat_sheet.md b/docs/gmock_cheat_sheet.md index ddafaaa2..62159998 100644 --- a/docs/gmock_cheat_sheet.md +++ b/docs/gmock_cheat_sheet.md @@ -130,7 +130,7 @@ TEST(BarTest, DoesThis) { ## Setting Default Actions {#OnCall} gMock has a **built-in default action** for any function that returns `void`, -`bool`, a numeric value, or a pointer. In C++11, it will additionally returns +`bool`, a numeric value, or a pointer. In C++11, it additionally returns the default-constructed value, if one exists for the given type. To customize the default action for functions with return type `T`, use