Skip to content

Commit

Permalink
Merge pull request #4317 from mrfeod:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 550585850
Change-Id: I727f74aeb6f1da5bbbf5a5f49f06c4cfea40a73b
  • Loading branch information
copybara-github committed Jul 24, 2023
2 parents 01e1837 + f014396 commit 40412d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gmock_cook_book.md
Original file line number Diff line number Diff line change
Expand Up @@ -2640,8 +2640,8 @@ action will exhibit different behaviors. Example:
.WillRepeatedly(IncrementCounter(0));
foo.DoThis(); // Returns 1.
foo.DoThis(); // Returns 2.
foo.DoThat(); // Returns 1 - Blah() uses a different
// counter than Bar()'s.
foo.DoThat(); // Returns 1 - DoThat() uses a different
// counter than DoThis()'s.
```

versus
Expand Down

0 comments on commit 40412d8

Please sign in to comment.