mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix typo in JavaDoc (#462)
This commit is contained in:
committed by
Peter Johnson
parent
71d0a07e0a
commit
8f1b034b2f
@@ -74,7 +74,7 @@ public class SafePWM extends PWM implements MotorSafety {
|
||||
|
||||
/**
|
||||
* Feed the MotorSafety timer. This method is called by the subclass motor whenever it updates its
|
||||
* speed, thereby reseting the timeout value.
|
||||
* speed, thereby resetting the timeout value.
|
||||
*/
|
||||
@SuppressWarnings("MethodName")
|
||||
public void Feed() {
|
||||
|
||||
Reference in New Issue
Block a user