Fix typo in JavaDoc (#462)

This commit is contained in:
Austin Shalit
2017-01-17 00:57:28 -05:00
committed by Peter Johnson
parent 71d0a07e0a
commit 8f1b034b2f

View File

@@ -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() {