summaryrefslogtreecommitdiffstats
path: root/docs/gmock_cheat_sheet.md
diff options
context:
space:
mode:
authordinord <dinor@google.com>2021-06-22 13:30:42 (GMT)
committerdinord <dinor@google.com>2021-06-22 13:30:42 (GMT)
commit355d57d90d9744c41ac7c99f1e960778f1c63040 (patch)
treedb76563c14cadb78ee450f9f38a674d75b887ce7 /docs/gmock_cheat_sheet.md
parentf7902802f1a61140e188223fb6d1c95925cbec4a (diff)
parent1745a405eb7c70e0e4488023a4f2c69fd6faed4f (diff)
downloadgoogletest-355d57d90d9744c41ac7c99f1e960778f1c63040.zip
googletest-355d57d90d9744c41ac7c99f1e960778f1c63040.tar.gz
googletest-355d57d90d9744c41ac7c99f1e960778f1c63040.tar.bz2
Merge pull request #3443 from hyukmyeong:typo
PiperOrigin-RevId: 380705469
Diffstat (limited to 'docs/gmock_cheat_sheet.md')
-rw-r--r--docs/gmock_cheat_sheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gmock_cheat_sheet.md b/docs/gmock_cheat_sheet.md
index 17ed7a5..3d164ad 100644
--- a/docs/gmock_cheat_sheet.md
+++ b/docs/gmock_cheat_sheet.md
@@ -230,7 +230,7 @@ class MockFunction<R(A1, ..., An)> {
};
```
-See this [recipe](gmock_cook_book.md#using-check-points) for one application of
+See this [recipe](gmock_cook_book.md#UsingCheckPoints) for one application of
it.
## Flags