Skip to content

Commit 0e013dc

Browse files
authored
[sysid] Fix "Sample" docs typo (NFC) (#6435)
1 parent f74f6f1 commit 0e013dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sysid/src/main/native/include/sysid/analysis/ArmSim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sysid/src/main/native/include/sysid/analysis/ElevatorSim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sysid/src/main/native/include/sysid/analysis/SimpleMotorSim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)