Skip to content

Commit 1362606

Browse files
authored
[wpimath] Fix units typo (#7789)
1 parent 7e6077c commit 1362606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpimath/src/main/java/edu/wpi/first/math/controller/SimpleMotorFeedforward.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void setKv(double kv) {
104104
/**
105105
* Sets the acceleration gain.
106106
*
107-
* @param ka The acceleration gain in V/(units/2²).
107+
* @param ka The acceleration gain in V/(units/s²).
108108
*/
109109
public void setKa(double ka) {
110110
this.ka = ka;

0 commit comments

Comments
 (0)