[wpimath] DCMotor: fix doc typo (NFC) (#2868)

This commit is contained in:
Starlight220
2020-11-16 18:04:46 +02:00
committed by GitHub
parent 0170977914
commit a14d51806d

View File

@@ -46,7 +46,7 @@ class DCMotor {
* Constructs a DC motor.
*
* @param nominalVoltage Voltage at which the motor constants were measured.
* @param stallTorque Current draw when stalled.
* @param stallTorque Torque when stalled.
* @param stallCurrent Current draw when stalled.
* @param freeCurrent Current draw under no load.
* @param freeSpeed Angular velocity under no load.