Skip to content

Commit 2b31212

Browse files
committed
Fix agreement by fixing the noun
In the previous sentence, "relationship" is singular -- keep it singular here to match that.
1 parent 1b8ef85 commit 2b31212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/Concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ Each task in a given task group has the same parent task,
555555
and each task can have child tasks.
556556
Because of the explicit relationship between tasks and task groups,
557557
this approach is called *structured concurrency*.
558-
The explicit parent-child relationships between tasks have several advantages:
558+
The explicit parent-child relationship between tasks has several advantages:
559559

560560
- In a parent task,
561561
you can't forget to wait for its child tasks to complete.

0 commit comments

Comments
 (0)