Skip to content

Commit a6a6ed7

Browse files
authored
Merge pull request #11446 from JaidenSlifer/patch-1
Fix UnicodeRanges documentation
2 parents 5e2ff41 + c4b5915 commit a6a6ed7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Text.Unicode/UnicodeRanges.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version
511511
<ReturnType>System.Text.Unicode.UnicodeRange</ReturnType>
512512
</ReturnValue>
513513
<Docs>
514-
<summary>Gets the Basic Latin Unicode block (U+0021-U+007F).</summary>
515-
<value>The Basic Latin Unicode block (U+0021-U+007F).</value>
514+
<summary>Gets the Basic Latin Unicode block (U+0000-U+007F).</summary>
515+
<value>The Basic Latin Unicode block (U+0000-U+007F).</value>
516516
<remarks>
517517
<format type="text/markdown"><![CDATA[
518518
@@ -3357,8 +3357,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version
33573357
<ReturnType>System.Text.Unicode.UnicodeRange</ReturnType>
33583358
</ReturnValue>
33593359
<Docs>
3360-
<summary>Gets the Latin-1 Supplement Unicode block (U+00A1-U+00FF).</summary>
3361-
<value>The Latin-1 Supplement Unicode block (U+00A1-U+00FF).</value>
3360+
<summary>Gets the Latin-1 Supplement Unicode block (U+0080-U+00FF).</summary>
3361+
<value>The Latin-1 Supplement Unicode block (U+0080-U+00FF).</value>
33623362
<remarks>
33633363
<format type="text/markdown"><![CDATA[
33643364

0 commit comments

Comments
 (0)