Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
antonfirsov and gewarren authored Sep 6, 2023
1 parent 5a2374d commit 27735b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xml/System.Net/IPAddress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@
<Parameter Name="bytesWritten" Type="System.Int32" RefType="out" Index="1" FrameworkAlternate="net-8.0" />
</Parameters>
<Docs>
<param name="utf8Destination">When this method returns, the IP address as a span of UTF-8 bytes.</param>
<param name="utf8Destination">The span into which to write the IP address as a span of UTF-8 bytes.</param>
<param name="bytesWritten">>When this method returns, the number of bytes written into the <paramref name="utf8Destination"/>.</param>
<summary>Tries to format the current IP address into the provided span.</summary>
<returns><see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Net/IPNetwork.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<returns>
<see langword="true" /> if the current object is equal to the <paramref name="other" /> parameter; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">Uninitialized <see cref="T:System.Net.IPNetwork" /> instance.</exception>
<exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.IPNetwork" /> instance is uninitialized.</exception>
</Docs>
</Member>
<Member MemberName="Equals">
Expand Down Expand Up @@ -211,7 +211,7 @@
<returns>
<see langword="true" /> if <paramref name="obj" /> is an <see cref="T:System.Net.IPNetwork" /> instance and the networks are equal; otherwise <see langword="false" />.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">Uninitialized <see cref="T:System.Net.IPNetwork" /> instance.</exception>
<exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.IPNetwork" /> instance is uninitialized.</exception>
</Docs>
</Member>
<Member MemberName="GetHashCode">
Expand Down

0 comments on commit 27735b8

Please sign in to comment.