Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2021-08-13 19:42:28 +0300
committerDerek Mauro <dmauro@google.com>2021-08-13 19:42:28 +0300
commit8d8b488a8df5d355cf145c68d336626b18637c5d (patch)
treede094e0deae277e73b90acca51754f95ba72a73a
parent21514e0be79776cd3822b7c03bf2ddd497a0ac7e (diff)
parentf91723cb9042a6fce9fc6ba7252b7856c9f506b9 (diff)
Merge pull request #3511 from berkeyvx:typo
PiperOrigin-RevId: 390467627
-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