mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpilib] Fix typos in notifier comments (NFC) (#8047)
This commit is contained in:
@@ -102,7 +102,7 @@ class Notifier {
|
|||||||
* The user-provided callback should be written so that it completes before
|
* The user-provided callback should be written so that it completes before
|
||||||
* the next time it's scheduled to run.
|
* the next time it's scheduled to run.
|
||||||
*
|
*
|
||||||
* @param period Period after which to to call the callback starting one
|
* @param period Period after which to call the callback starting one
|
||||||
* period after the call to this method.
|
* period after the call to this method.
|
||||||
*/
|
*/
|
||||||
void StartPeriodic(units::second_t period);
|
void StartPeriodic(units::second_t period);
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ public class Notifier implements AutoCloseable {
|
|||||||
* <p>The user-provided callback should be written so that it completes before the next time it's
|
* <p>The user-provided callback should be written so that it completes before the next time it's
|
||||||
* scheduled to run.
|
* scheduled to run.
|
||||||
*
|
*
|
||||||
* @param periodSeconds Period in seconds after which to to call the callback starting one period
|
* @param periodSeconds Period in seconds after which to call the callback starting one period
|
||||||
* after the call to this method.
|
* after the call to this method.
|
||||||
*/
|
*/
|
||||||
public void startPeriodic(double periodSeconds) {
|
public void startPeriodic(double periodSeconds) {
|
||||||
|
|||||||
Reference in New Issue
Block a user