Skip to content

Commit

Permalink
Correct grammar mistake
Browse files Browse the repository at this point in the history
Change 'an two-byte' to 'a two-byte'
  • Loading branch information
pendevx authored Feb 24, 2024
1 parent 506c290 commit d8b4182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.IO/BinaryWriter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ This member is an explicit interface member implementation. It can be used only
</Parameters>
<Docs>
<param name="value">The two-byte floating-point value to write.</param>
<summary>Writes an two-byte floating-point value to the current stream and advances the stream position by two bytes.</summary>
<summary>Writes a two-byte floating-point value to the current stream and advances the stream position by two bytes.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down

0 comments on commit d8b4182

Please sign in to comment.