]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Fix typo (Inovke -> Invoke)
authorPaul Hadfield <paul@phad.org.uk>
Tue, 8 Mar 2016 13:40:26 +0000 (13:40 +0000)
committerPaul Hadfield <paul@phad.org.uk>
Tue, 8 Mar 2016 13:40:26 +0000 (13:40 +0000)
googlemock/docs/CookBook.md

index c215b55121ed74215c9d5091e8d191c350acae0f..c52f1009d1df685a856c16e0f1985ad27de86f2b 100644 (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: