From c40e8389c21528692e2f855266f489c67780b741 Mon Sep 17 00:00:00 2001 From: Mauricio de los Santos Date: Wed, 11 Dec 2019 10:15:29 -0300 Subject: [PATCH] C151516: Fixing CDATA formatting Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content. @mairaw @carlossanlop, please, help reviewing and merging this PR if agree. Regards. --- xml/System.IO/StringReader.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xml/System.IO/StringReader.xml b/xml/System.IO/StringReader.xml index 569944bf196..b9ae8700ab7 100644 --- a/xml/System.IO/StringReader.xml +++ b/xml/System.IO/StringReader.xml @@ -735,8 +735,7 @@ This implementation of `Close` calls the Asynchronously reads all the characters from the input string starting at the current position and advances the current position to the end of the input string. A task representing the asynchronous read operation. The value of the parameter contains the total number of characters read into the buffer. - -