From f91723cb9042a6fce9fc6ba7252b7856c9f506b9 Mon Sep 17 00:00:00 2001 From: Berke Date: Thu, 5 Aug 2021 12:09:54 +0300 Subject: typo fix gmock_cook_book --- docs/gmock_cook_book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1