Commit 0098be39 by Paul Hadfield

Fix typo (Inovke -> Invoke)

parent f7248d80
...@@ -2103,7 +2103,7 @@ For better readability, Google Mock also gives you: ...@@ -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. * `WithArg<N>(action)` (no `s` after `Arg`) when the inner `action` takes _one_ argument.
As you may have realized, `InvokeWithoutArgs(...)` is just syntactic As you may have realized, `InvokeWithoutArgs(...)` is just syntactic
sugar for `WithoutArgs(Inovke(...))`. sugar for `WithoutArgs(Invoke(...))`.
Here are more tips: Here are more tips:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment