Update setUpdateRate() documentation to match implementation.

Update rates as fast as 10 ms are now allowed.

Fixes #184.
This commit is contained in:
Peter Johnson
2017-01-18 21:31:18 -08:00
parent 3e2631f49b
commit 13457d1bf4
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ class NetworkTable : public ITable {
/**
* Set the periodic update rate.
*
* @param interval update interval in seconds (range 0.1 to 1.0)
* @param interval update interval in seconds (range 0.01 to 1.0)
*/
static void SetUpdateRate(double interval);