mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[commands] Fix dangling SelectCommand documentation (NFC) (#5567)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user