Skip to content

Commit

Permalink
Corrected Succesfully in IBinaryInteger`1.xml (#9640)
Browse files Browse the repository at this point in the history
Changed 4 instances of `succesfully` to `successfully`.
  • Loading branch information
zacharylayne authored Feb 26, 2024
1 parent 91f2b60 commit bfb157f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xml/System.Numerics/IBinaryInteger`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
<param name="value">On return, contains the value read from <paramref name="source" /> or <see langword="default" /> if a value could not be read.</param>
<summary>Tries to read a two's complement number from a span, in big-endian format, and convert it to an instance of the current type.</summary>
<returns>
<see langword="true" /> if the value was succesfully read from <paramref name="source" />; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if the value was successfully read from <paramref name="source" />; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -645,7 +645,7 @@
<param name="value">On return, contains the value read from <paramref name="source" /> or <see langword="default" /> if a value could not be read.</param>
<summary>Tries to read a two's complement number from a span, in little-endian format, and convert it to an instance of the current type.</summary>
<returns>
<see langword="true" /> if the value was succesfully read from <paramref name="source" />; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if the value was successfully read from <paramref name="source" />; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -681,7 +681,7 @@
<param name="bytesWritten">When this method returns, contains the number of bytes written to <paramref name="destination" />.</param>
<summary>Tries to write the current value, in big-endian format, to a given span.</summary>
<returns>
<see langword="true" /> if the value was succesfully written to <paramref name="destination" />; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if the value was successfully written to <paramref name="destination" />; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -717,7 +717,7 @@
<param name="bytesWritten">When this method returns, contains the number of bytes written to <paramref name="destination" />.</param>
<summary>Tries to write the current value, in little-endian format, to a given span.</summary>
<returns>
<see langword="true" /> if the value was succesfully written to <paramref name="destination" />; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if the value was successfully written to <paramref name="destination" />; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down

0 comments on commit bfb157f

Please sign in to comment.