summaryrefslogtreecommitdiff
path: root/docs/gmock_for_dummies.md
diff options
context:
space:
mode:
authorHyuk Myeong <hyuk.myeong@lge.com>2021-06-13 19:50:40 +0900
committerHyuk Myeong <hyuk.myeong@lge.com>2021-06-13 19:53:04 +0900
commit1745a405eb7c70e0e4488023a4f2c69fd6faed4f (patch)
tree929ae0feb2906134de5606bedf8f8b0de3547c06 /docs/gmock_for_dummies.md
parente2239ee6043f73722e7aa812a459f54a28552929 (diff)
downloadgoogletest-git-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.tar.gz
fix typos
Diffstat (limited to 'docs/gmock_for_dummies.md')
-rw-r--r--docs/gmock_for_dummies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gmock_for_dummies.md b/docs/gmock_for_dummies.md
index 1f4cc246..459bb7f0 100644
--- a/docs/gmock_for_dummies.md
+++ b/docs/gmock_for_dummies.md
@@ -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