Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CommandRewriteDesignDoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ParallelDeadlineGroup(Command deadline, Command... commands)
```
The first two are self-explanatory.

`ParallelRaceGeoup` is a parallel command group that terminates when *any one* of the included commands finishes. All other commands are interrupted at that point.
`ParallelRaceGroup` is a parallel command group that terminates when *any one* of the included commands finishes. All other commands are interrupted at that point.

`ParallelDeadlineGroup` is a parallel command group that terminates when a specified one of the included commands (the "deadline") finishes. All other commands that are still running at that point are interrupted.

Expand Down