mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[docs] Change NewCommands to Commands v2 (NFC) (#8702)
This commit is contained in:
@@ -22,7 +22,7 @@ namespace wpi::cmd {
|
||||
* else the composition will cancel itself when the proxy is reached. If this
|
||||
* command is interrupted, it will cancel the command.
|
||||
*
|
||||
* <p>This class is provided by the NewCommands VendorDep
|
||||
* <p>This class is provided by the Commands v2 VendorDep
|
||||
*/
|
||||
class ProxyCommand : public CommandHelper<Command, ProxyCommand> {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user