diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h b/wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h index b69d369bd99..837dda3e098 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h @@ -67,8 +67,7 @@ class TrapezoidProfileCommand */ [[deprecated( "The new constructor allows you to pass in a supplier for desired and " - "current state. This allows you to change goals at " - "runtime.")]] + "current state. This allows you to change goals at runtime.")]] TrapezoidProfileCommand(frc::TrapezoidProfile profile, std::function output, Requirements requirements = {})