fixed minor spelling mistake

This commit is contained in:
Ryan
2021-12-06 17:27:23 -07:00
parent a7f73ad07f
commit 48ac97c159
@@ -64,7 +64,7 @@ public class RobotContainer {
new RunCommand(() -> m_robotArcadeDrive.driveWithInput(getDriverController().getLeftYAxis(),
getDriverController().getRightXAxis()), m_robotArcadeDrive));
// drives the arcade drive with a two-axis input from the driver controller
// drives the swerve drive with a two-axis input from the driver controller
m_robotSwerveDrive.setDefaultCommand(
new RunCommand(() -> m_robotSwerveDrive.driveWithInput(getDriverController().getRightXAxis(),
getDriverController().getRightYAxis(), getDriverController().getLeftXAxis()), m_robotSwerveDrive));