mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Fix typo in gmock_cook_book.md
This commit is contained in:
parent
d66ce58510
commit
f014396910
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue