[commands] Command controllers are not subclasses (NFC) (#5000)

This commit is contained in:
DeltaDizzy
2023-01-25 17:20:29 -06:00
committed by GitHub
parent 8785bba080
commit 92aecab2ef
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
namespace frc2 {
/**
* A subclass of {@link XboxController} with {@link Trigger} factories for
* A version of {@link XboxController} with {@link Trigger} factories for
* command-based.
*
* @see XboxController