Skip to content

Commit

Permalink
[sysid] Fix "Sample" docs typo (NFC) (wpilibsuite#6435)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored and DeltaDizzy committed Mar 26, 2024
1 parent 86aa863 commit 5425856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sysid/src/main/native/include/sysid/analysis/ArmSim.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ArmSim {
* forward dt seconds.
*
* @param voltage Voltage to apply over the timestep.
* @param dt Sammple period.
* @param dt Sample period.
*/
void Update(units::volt_t voltage, units::second_t dt);

Expand Down
2 changes: 1 addition & 1 deletion sysid/src/main/native/include/sysid/analysis/ElevatorSim.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ElevatorSim {
* dt seconds.
*
* @param voltage Voltage to apply over the timestep.
* @param dt Sammple period.
* @param dt Sample period.
*/
void Update(units::volt_t voltage, units::second_t dt);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SimpleMotorSim {
* seconds.
*
* @param voltage Voltage to apply over the timestep.
* @param dt Sammple period.
* @param dt Sample period.
*/
void Update(units::volt_t voltage, units::second_t dt);

Expand Down

0 comments on commit 5425856

Please sign in to comment.