Skip to content

Commit 0613573

Browse files
authored
Remove incorrect "unique" claim from DateTimeFormatInfo.ShortestDayNames documentation (#11754)
1 parent 59d0db1 commit 0613573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Globalization/DateTimeFormatInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ This property is affected if the value of the <xref:System.Globalization.DateTim
28282828
<ReturnType>System.String[]</ReturnType>
28292829
</ReturnValue>
28302830
<Docs>
2831-
<summary>Gets or sets a string array of the shortest unique abbreviated day names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
2831+
<summary>Gets or sets a string array of the shortest abbreviated day names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
28322832
<value>A string array of day names.</value>
28332833
<remarks>
28342834
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)