[commands] Fix dangling SelectCommand documentation (NFC) (#5567)

This commit is contained in:
Ryan Blue
2023-08-25 12:41:25 -04:00
committed by GitHub
parent 349141b91b
commit a0c029a35b
2 changed files with 4 additions and 5 deletions

View File

@@ -24,9 +24,8 @@
namespace frc2 {
/**
* A command composition that runs one of a selection of commands, either using
* a selector and a key to command mapping, or a supplier that returns the
* command directly at runtime.
* A command composition that runs one of a selection of commands using a
* selector and a key to command mapping.
*
* <p>The rules for command compositions apply: command instances that are
* passed to it are owned by the composition and cannot be added to any other