diff --git a/xml/System.Threading/PeriodicTimer.xml b/xml/System.Threading/PeriodicTimer.xml
index f9089e3957a..15066657351 100644
--- a/xml/System.Threading/PeriodicTimer.xml
+++ b/xml/System.Threading/PeriodicTimer.xml
@@ -54,7 +54,7 @@ This timer is intended to be used only by a single consumer at a time: only one
Initializes the timer.
To be added.
- is less than or equal to 0, or greater than UInt32.MaxValue.
+ is less than or equal to 0, or greater than or equal to UInt32.MaxValue.