Skip to content

Commit

Permalink
Fix dangling SelectCommand documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 25, 2023
1 parent 349141b commit 270952e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import java.util.function.Supplier;

/**
* 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 cannot be
* added to any other composition or scheduled individually, and the composition requires all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 270952e

Please sign in to comment.