Skip to content

Commit 279f847

Browse files
Abseil Teamcopybara-github
authored andcommitted
Fix typo.
PiperOrigin-RevId: 816417379 Change-Id: I4ccfe2bf291b8c2b318ac6e2d0c2d176684e42c8
1 parent de1c609 commit 279f847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gmock_cheat_sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ TEST(BarTest, DoesThis) {
130130
## Setting Default Actions {#OnCall}
131131

132132
gMock has a **built-in default action** for any function that returns `void`,
133-
`bool`, a numeric value, or a pointer. In C++11, it will additionally returns
133+
`bool`, a numeric value, or a pointer. In C++11, it additionally returns
134134
the default-constructed value, if one exists for the given type.
135135

136136
To customize the default action for functions with return type `T`, use

0 commit comments

Comments
 (0)