mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Fix typos with cspell (#6972)
This commit is contained in:
@@ -319,7 +319,7 @@ public abstract class Command implements Sendable {
|
||||
* commands with {@link CommandScheduler#removeComposedCommand(Command)}. The command composition
|
||||
* returned from this method can be further decorated without issue.
|
||||
*
|
||||
* @param parallel the commands to run in parallel. Note the parallel commands will be interupted
|
||||
* @param parallel the commands to run in parallel. Note the parallel commands will be interrupted
|
||||
* when the deadline command ends
|
||||
* @return the decorated command
|
||||
*/
|
||||
|
||||
@@ -200,7 +200,7 @@ public final class Commands {
|
||||
* @param supplier the command supplier
|
||||
* @return the command
|
||||
* @deprecated The ProxyCommand supplier constructor has been deprecated in favor of directly
|
||||
* proxying a {@link DeferredCommand}, see ProxyCommand documentaion for more details. As a
|
||||
* proxying a {@link DeferredCommand}, see ProxyCommand documentation for more details. As a
|
||||
* replacement, consider using `defer(supplier).asProxy()`.
|
||||
* @see ProxyCommand
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user