Skip to content

Commit ef58855

Browse files
jozkeeRon Petrusha
authored andcommitted
Adding missing param description to NetworkStream.Write(System.ReadOnlySpan{System.Byte}) (#2897)
After adding documentation for System.Net.Sockets in #2767, we found out that one param went away with no proper description. This change adds the missing description to it.
1 parent f69980d commit ef58855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Sockets/NetworkStream.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ Call `Dispose` when you are finished using the <xref:System.Net.Sockets.NetworkS
19021902
<Parameter Name="buffer" Type="System.ReadOnlySpan&lt;System.Byte&gt;" Index="0" FrameworkAlternate="netcore-3.0" />
19031903
</Parameters>
19041904
<Docs>
1905-
<param name="buffer">To be added.</param>
1905+
<param name="buffer">The data to write to the <see cref="T:System.Net.Sockets.NetworkStream" />.</param>
19061906
<summary>Writes data to the <see cref="T:System.Net.Sockets.NetworkStream" /> from a read-only byte span.</summary>
19071907
<remarks>
19081908
<format type="text/markdown"><![CDATA[
@@ -2299,4 +2299,4 @@ There was a failure while writing to the network.</exception>
22992299
</Docs>
23002300
</Member>
23012301
</Members>
2302-
</Type>
2302+
</Type>

0 commit comments

Comments
 (0)