Fix typo (Inovke -> Invoke)

This commit is contained in:
Paul Hadfield 2016-03-08 13:40:26 +00:00
parent f7248d80ea
commit 0098be394a

View File

@ -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: