diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/RamseteCommand.h b/wpilibNewCommands/src/main/native/include/frc2/command/RamseteCommand.h index 5711dd83da..60d1b7e90f 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/RamseteCommand.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/RamseteCommand.h @@ -93,7 +93,7 @@ class RamseteCommand : public CommandHelper { * trajectory. * @param kinematics The kinematics for the robot drivetrain. * @param output A function that consumes the computed left and right - * outputs (in volts) for the robot drive. + * wheel speeds. * @param requirements The subsystems to require. */ RamseteCommand(frc::Trajectory trajectory, std::function pose,