Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System.Text.Unicode/UnicodeRanges.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version
<ReturnType>System.Text.Unicode.UnicodeRange</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the Basic Latin Unicode block (U+0021-U+007F).</summary>
<value>The Basic Latin Unicode block (U+0021-U+007F).</value>
<summary>Gets the Basic Latin Unicode block (U+0000-U+007F).</summary>
<value>The Basic Latin Unicode block (U+0000-U+007F).</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -3357,8 +3357,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version
<ReturnType>System.Text.Unicode.UnicodeRange</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the Latin-1 Supplement Unicode block (U+00A1-U+00FF).</summary>
<value>The Latin-1 Supplement Unicode block (U+00A1-U+00FF).</value>
<summary>Gets the Latin-1 Supplement Unicode block (U+0080-U+00FF).</summary>
<value>The Latin-1 Supplement Unicode block (U+0080-U+00FF).</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down