From 143f2051974bff78bfdc88e6a4dffb5ef33c23d1 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Thu, 14 Nov 2019 14:35:47 -0800 Subject: [PATCH 1/2] Document System.IO.Pipelines.Pipe --- xml/System.IO.Pipelines/Pipe.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.IO.Pipelines/Pipe.xml b/xml/System.IO.Pipelines/Pipe.xml index 36dd254416c..66283a35cd8 100644 --- a/xml/System.IO.Pipelines/Pipe.xml +++ b/xml/System.IO.Pipelines/Pipe.xml @@ -16,7 +16,7 @@ - Default and implementation. + The default and implementation. To be added. @@ -57,7 +57,7 @@ - To be added. + The set of options for this pipe. Initializes the with the specified . To be added. @@ -81,7 +81,7 @@ Gets the for this pipe. - To be added. + A instance for this pipe. To be added. @@ -127,7 +127,7 @@ Gets the for this pipe. - To be added. + A instance for this pipe. To be added. From 1c43f99cb41aaeac0a3e3c6dae61b843ec570ef5 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 14 Nov 2019 15:56:20 -0800 Subject: [PATCH 2/2] style guide update --- xml/System.IO.Pipelines/Pipe.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.IO.Pipelines/Pipe.xml b/xml/System.IO.Pipelines/Pipe.xml index 66283a35cd8..89a38f33efb 100644 --- a/xml/System.IO.Pipelines/Pipe.xml +++ b/xml/System.IO.Pipelines/Pipe.xml @@ -35,7 +35,7 @@ - Initializes the using as options. + Initializes a new instance of the class using as options. To be added. @@ -58,7 +58,7 @@ The set of options for this pipe. - Initializes the with the specified . + Initializes a new instance of the class with the specified options. To be added.