Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
f91723cb
Commit
f91723cb
authored
Aug 05, 2021
by
Berke
Browse files
typo fix gmock_cook_book
parent
5b401530
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/gmock_cook_book.md
docs/gmock_cook_book.md
+1
-1
No files found.
docs/gmock_cook_book.md
View file @
f91723cb
...
@@ -1754,7 +1754,7 @@ specifies the following DAG (where `s1` is `A -> B`, and `s2` is `A -> C -> D`):
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment