summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerke <iamberkeyavas@gmail.com>2021-08-05 12:09:54 +0300
committerBerke <iamberkeyavas@gmail.com>2021-08-05 12:09:54 +0300
commitf91723cb9042a6fce9fc6ba7252b7856c9f506b9 (patch)
treebc2e310e3f137505c6e481319bbb5fcbf8348d9a
parent5b40153003d1a5ad7b8f40cffcd09434afda3428 (diff)
downloadgoogletest-git-f91723cb9042a6fce9fc6ba7252b7856c9f506b9.tar.gz
typo fix gmock_cook_book
-rw-r--r--docs/gmock_cook_book.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gmock_cook_book.md b/docs/gmock_cook_book.md
index c08958eb..900bcd1d 100644
--- a/docs/gmock_cook_book.md
+++ b/docs/gmock_cook_book.md
@@ -1754,7 +1754,7 @@ specifies the following DAG (where `s1` is `A -> B`, and `s2` is `A -> C -> D`):
|
A ---|
|
- +---> C ---> D
+ +---> C ---> D
```
This means that A must occur before B and C, and C must occur before D. There's