Skip to content

Commit

Permalink
[wpimath] Fix units typo (#7789)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Feb 14, 2025
1 parent 7e6077c commit 1362606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void setKv(double kv) {
/**
* 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;
Expand Down

0 comments on commit 1362606

Please sign in to comment.