Skip to content

Commit 07acbe7

Browse files
authored
Merge pull request dotnet#8732 from svick/patch-1
Clarify UnicodeCategory.DecimalDigitNumber description
2 parents 527ef78 + ee779cb commit 07acbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Globalization/UnicodeCategory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
</ReturnValue>
346346
<MemberValue>8</MemberValue>
347347
<Docs>
348-
<summary>Decimal digit character, that is, a character in the range 0 through 9. Signified by the Unicode designation "Nd" (number, decimal digit). The value is 8.</summary>
348+
<summary>Decimal digit character, that is, a character representing an integer in the range 0 through 9. Signified by the Unicode designation "Nd" (number, decimal digit). The value is 8.</summary>
349349
</Docs>
350350
</Member>
351351
<Member MemberName="EnclosingMark">

0 commit comments

Comments
 (0)