Merge pull request #3511 from berkeyvx:typo

PiperOrigin-RevId: 390467627
This commit is contained in:
Derek Mauro 2021-08-13 12:42:28 -04:00
commit 8d8b488a8d

View File

@ -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