Skip to content

Commit c085844

Browse files
ViveliDuChjozkee
andauthored
Update xml/System.IO/StreamReader.xml
Co-authored-by: David Cantú <[email protected]>
1 parent 7913f80 commit c085844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/StreamReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
<exception cref="T:System.ArgumentNullException">
10091009
<paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
10101010
<exception cref="T:System.ArgumentOutOfRangeException">
1011-
<paramref name="bufferSize" /> is less than or equal to zero, except for -1, which is allowed in stream-based constructors to indicate the default buffer size.</exception>
1011+
<paramref name="bufferSize" /> is less than or equal to zero, except for -1, which is allowed to indicate the default buffer size.</exception>
10121012
<altmember cref="T:System.Text.Encoding" />
10131013
<related type="Article" href="/dotnet/standard/io/">File and Stream I/O</related>
10141014
<related type="Article" href="/dotnet/standard/io/how-to-read-text-from-a-file">How to: Read Text from a File</related>

0 commit comments

Comments
 (0)