10000 Fix UnicodeRanges documentation by JaidenSlifer · Pull Request #11446 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix UnicodeRanges documentation #11446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
0