diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h b/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h index 9e048c28c9f..e83285a03d2 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h @@ -41,7 +41,8 @@ class ProxyCommand : public CommandHelper { * confusing and opens potential footguns for users who do not fully * understand the semantics and implications of proxying, but who simply want * runtime construction. Users who do know what they are doing and need a - * supplier-constructed proxied command should instead use use defer command on a proxied command. + * supplier-constructed proxied command should instead use use defer command + * on a proxied command. * @see DeferredCommand */ WPI_IGNORE_DEPRECATED @@ -61,7 +62,8 @@ class ProxyCommand : public CommandHelper { * confusing and opens potential footguns for users who do not fully * understand the semantics and implications of proxying, but who simply want * runtime construction. Users who do know what they are doing and need a - * supplier-constructed proxied command should instead use use defer command on a proxied command. + * supplier-constructed proxied command should instead use use defer command + * on a proxied command. * @see DeferredCommand */ [[deprecated("Defer a proxy command instead.")]]