Skip to content

Commit 6e18eff

Browse files
Fixed documentation for period parameter (#8171)
1 parent 289fe0b commit 6e18eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading/PeriodicTimer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This timer is intended to be used only by a single consumer at a time: only one
5454
<summary>Initializes the timer.</summary>
5555
<remarks>To be added.</remarks>
5656
<exception cref="T:System.ArgumentOutOfRangeException">
57-
<paramref name="period" /> is less than or equal to 0, or greater than <see cref="F:System.UInt32.MaxValue">UInt32.MaxValue</see>.</exception>
57+
<paramref name="period" /> is less than or equal to 0, or greater than or equal to <see cref="F:System.UInt32.MaxValue">UInt32.MaxValue</see>.</exception>
5858
</Docs>
5959
</Member>
6060
<Member MemberName="Dispose">

0 commit comments

Comments
 (0)