diff --git a/xml/System.IO/StreamReader.xml b/xml/System.IO/StreamReader.xml index e08a3f9ed80..1ceb5d74e07 100644 --- a/xml/System.IO/StreamReader.xml +++ b/xml/System.IO/StreamReader.xml @@ -1598,7 +1598,7 @@ Following a call to , any operations on th Gets a value that indicates whether the current stream position is at the end of the stream. if the current stream position is at the end of the stream; otherwise . - To be added. + If the instance hasn't yet received an indication from the underlying stream that the stream has reached the end, the property will issue a synchronous read operation on the stream. The underlying stream has been disposed.