From dfd42e82625dea589bf53214aac49ef011f8b9cc Mon Sep 17 00:00:00 2001 From: maslisko <14956978+maslisko@users.noreply.github.com> Date: Mon, 4 May 2020 12:59:35 +0200 Subject: [PATCH] Added missing plural to the work "block" "Dataflow block*s* capture the state of the options at their construction." --- .../ExecutionDataflowBlockOptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml b/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml index 549df120281..b3a23fce358 100644 --- a/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml +++ b/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml @@ -46,7 +46,7 @@ |BoundedCapacity|DataflowBlockOptions.Unbounded (-1)| |MaxDegreeOfParallelism|1| - Dataflow block capture the state of the options at their construction. Subsequent changes to the provided instance should not affect the behavior of a dataflow block. + Dataflow blocks capture the state of the options at their construction. Subsequent changes to the provided instance should not affect the behavior of a dataflow block. ]]>