File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sysid/src/main/native/include/sysid/analysis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class ArmSim {
3333 * forward dt seconds.
3434 *
3535 * @param voltage Voltage to apply over the timestep.
36- * @param dt Sammple period.
36+ * @param dt Sample period.
3737 */
3838 void Update (units::volt_t voltage, units::second_t dt);
3939
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ElevatorSim {
3131 * dt seconds.
3232 *
3333 * @param voltage Voltage to apply over the timestep.
34- * @param dt Sammple period.
34+ * @param dt Sample period.
3535 */
3636 void Update (units::volt_t voltage, units::second_t dt);
3737
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class SimpleMotorSim {
3030 * seconds.
3131 *
3232 * @param voltage Voltage to apply over the timestep.
33- * @param dt Sammple period.
33+ * @param dt Sample period.
3434 */
3535 void Update (units::volt_t voltage, units::second_t dt);
3636
You can’t perform that action at this time.
0 commit comments