fix typos

This commit is contained in:
Hyuk Myeong
2021-06-13 19:50:40 +09:00
parent e2239ee604
commit 1745a405eb
7 changed files with 17 additions and 17 deletions

View File

@@ -480,7 +480,7 @@ the *default* action for the function every time (unless, of course, you have a
`WillRepeatedly()`.).
What can we do inside `WillOnce()` besides `Return()`? You can return a
reference using `ReturnRef(*variable*)`, or invoke a pre-defined function, among
reference using `ReturnRef(`*`variable`*`)`, or invoke a pre-defined function, among
[others](gmock_cook_book.md#using-actions).
**Important note:** The `EXPECT_CALL()` statement evaluates the action clause