Skip to content

Commit 65efb02

Browse files
authored
Minor typos
1 parent 8da481c commit 65efb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/overview/dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flowchart LR
2525

2626
Dataflow originates from the [Task Parallel Library](https://learn.microsoft.com/dotnet/standard/parallel-programming/dataflow-task-parallel-library) (TPL). CPS extends TPL's Dataflow in several ways, which we will see later ([Datflow in CPS](#dataflow-in-cps)).
2727

28-
Dataflow's strengths are its support for concurrent processing, it's scalability, and its fault tolerance. The weaknesses of Dataflow are it's complexity and the overhead of message passing and scheduling.
28+
Dataflow's strengths are its support for concurrent processing, its scalability, and its fault tolerance. The weaknesses of Dataflow are its complexity and the overhead of message passing and scheduling.
2929

3030
## Snapshots
3131

0 commit comments

Comments
 (0)