Skip to content

Commit daa8068

Browse files
authored
Added missing plural to the work "block" (#4191)
"Dataflow block*s* capture the state of the options at their construction."
1 parent 83916c9 commit daa8068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
|BoundedCapacity|DataflowBlockOptions.Unbounded (-1)|
4747
|MaxDegreeOfParallelism|1|
4848
49-
Dataflow block capture the state of the options at their construction. Subsequent changes to the provided <xref:System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions> instance should not affect the behavior of a dataflow block.
49+
Dataflow blocks capture the state of the options at their construction. Subsequent changes to the provided <xref:System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions> instance should not affect the behavior of a dataflow block.
5050
5151
]]></format>
5252
</remarks>

0 commit comments

Comments
 (0)