Skip to content

Commit

Permalink
Merge pull request #3027 from keshavgbpecdelhi:patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 334384310
  • Loading branch information
suertreus committed Sep 29, 2020
2 parents 705b9c1 + 1f3484a commit e62c831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlemock/docs/cook_book.md
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ class MockFoo : public Foo {
DefaultValue<Bar>::Clear();
```

Please note that changing the default value for a type can make you tests hard
Please note that changing the default value for a type can make your tests hard
to understand. We recommend you to use this feature judiciously. For example,
you may want to make sure the `Set()` and `Clear()` calls are right next to the
code that uses your mock.
Expand Down

0 comments on commit e62c831

Please sign in to comment.