Skip to content

Commit acb6e05

Browse files
authored
TimeOnly - Fix constructor summary (dotnet#8665)
1 parent cfc2f39 commit acb6e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/TimeOnly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<param name="second">The seconds (0 through 59).</param>
181181
<param name="millisecond">The millisecond (0 through 999).</param>
182182
<param name="microsecond">The microsecond (0 through 999).</param>
183-
<summary>Initializes a new instance of the <see cref="T:System.TimeOnly" /> structure to the specified hour, minute, second, and millisecond.</summary>
183+
<summary>Initializes a new instance of the <see cref="T:System.TimeOnly" /> structure to the specified hour, minute, second, millisecond, and microsecond.</summary>
184184
<remarks>To be added.</remarks>
185185
</Docs>
186186
</Member>

0 commit comments

Comments
 (0)