typo fix gmock_cook_book

This commit is contained in:
Berke 2021-08-05 12:09:54 +03:00
parent 5b40153003
commit f91723cb90

View File

@ -1754,7 +1754,7 @@ specifies the following DAG (where `s1` is `A -> B`, and `s2` is `A -> C -> D`):
| |
A ---| A ---|
| |
+---> C ---> D +---> C ---> D
``` ```
This means that A must occur before B and C, and C must occur before D. There's This means that A must occur before B and C, and C must occur before D. There's