[wpimath] Fix units typo (#7789)

This commit is contained in:
Tyler Veness
2025-02-13 23:22:44 -08:00
committed by GitHub
parent 7e6077c546
commit 13626063dc

View File

@@ -104,7 +104,7 @@ public class SimpleMotorFeedforward implements ProtobufSerializable, StructSeria
/**
* Sets the acceleration gain.
*
* @param ka The acceleration gain in V/(units/2²).
* @param ka The acceleration gain in V/(units/s²).
*/
public void setKa(double ka) {
this.ka = ka;