[wpimath] Fix Java SimpleMotorFeedforward Docs (NFC) (#3926)

This commit is contained in:
Chirag Kaushik
2022-01-17 09:59:04 -08:00
committed by GitHub
parent 7f4265facc
commit f3a0b5c7d7

View File

@@ -128,7 +128,7 @@ public class SimpleMotorFeedforward {
}
/**
* Calculates the maximum achievable acceleration given a maximum voltage supply and a velocity.
* Calculates the minimum achievable acceleration given a maximum voltage supply and a velocity.
* Useful for ensuring that velocity and acceleration constraints for a trapezoidal profile are
* simultaneously achievable - enter the velocity constraint, and this will give you a
* simultaneously-achievable acceleration constraint.