Skip to content

Commit e6b7896

Browse files
authored
Clarify UnicodeCategory.DecimalDigitNumber description
1 parent 7671ccd commit e6b7896

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 a number 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)