We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e544d33 commit 6f96186Copy full SHA for 6f96186
include/frc2/command/StartEndCommand.h
@@ -17,7 +17,7 @@
17
18
namespace frc2 {
19
/**
20
- * A command that runs a given runnable when it is initalized, and another
+ * A command that runs a given runnable when it is initialized, and another
21
* runnable when it ends. Useful for running and then stopping a motor, or
22
* extending and then retracting a solenoid. Has no end condition as-is; either
23
* subclass it or use Command.WithTimeout() or Command.WithInterrupt() to give
0 commit comments