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
8d8b488a
Commit
8d8b488a
authored
Aug 13, 2021
by
Derek Mauro
Browse files
Merge pull request #3511 from berkeyvx:typo
PiperOrigin-RevId: 390467627
parents
21514e0b
f91723cb
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 @
8d8b488a
...
@@ -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