Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions googlemock/docs/CookBook.md
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ For better readability, Google Mock also gives you:
* `WithArg<N>(action)` (no `s` after `Arg`) when the inner `action` takes _one_ argument.

As you may have realized, `InvokeWithoutArgs(...)` is just syntactic
sugar for `WithoutArgs(Inovke(...))`.
sugar for `WithoutArgs(Invoke(...))`.

Here are more tips:

Expand Down Expand Up @@ -3672,4 +3672,4 @@ types, it prints the raw bytes in the value and hopes that you the
user can figure it out.
[Google Test's advanced guide](http://code.google.com/p/googletest/wiki/AdvancedGuide#Teaching_Google_Test_How_to_Print_Your_Values)
explains how to extend the printer to do a better job at
printing your particular type than to dump the bytes.
printing your particular type than to dump the bytes.