Skip to content

Commit f014396

Browse files
authored
Fix typo in gmock_cook_book.md
1 parent d66ce58 commit f014396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gmock_cook_book.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2640,8 +2640,8 @@ action will exhibit different behaviors. Example:
26402640
.WillRepeatedly(IncrementCounter(0));
26412641
foo.DoThis(); // Returns 1.
26422642
foo.DoThis(); // Returns 2.
2643-
foo.DoThat(); // Returns 1 - Blah() uses a different
2644-
// counter than Bar()'s.
2643+
foo.DoThat(); // Returns 1 - DoThat() uses a different
2644+
// counter than DoThis()'s.
26452645
```
26462646

26472647
versus

0 commit comments

Comments
 (0)