diff --git a/xml/System.IO/StreamReader.xml b/xml/System.IO/StreamReader.xml index 78d06a10451..6e12582b18d 100644 --- a/xml/System.IO/StreamReader.xml +++ b/xml/System.IO/StreamReader.xml @@ -1891,7 +1891,7 @@ Following a call to , any operations on th Reads the characters from the current stream into a span. The number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the length, depending on whether the data is available within the stream. To be added. - The number of characters read from the stream is larger than the length. + An I/O error occurs. is . @@ -1987,7 +1987,7 @@ Following a call to , any operations on th is . or is negative. - An I/O error occurs, such as the stream is closed. + An I/O error occurs. File and Stream I/O How to: Read Text from a File How to: Write Text to a File @@ -2179,7 +2179,7 @@ Following a call to , any operations on th is . The is closed. - An I/O error occurred. + An I/O error occurs. @@ -2251,7 +2251,7 @@ Following a call to , any operations on th or is negative. The is closed. - An I/O error occurred. + An I/O error occurs.