mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[commands] Rename Command.repeat to repeatedly (#4379)
This commit is contained in:
@@ -206,7 +206,7 @@ class Command {
|
||||
*
|
||||
* @return the decorated command
|
||||
*/
|
||||
virtual RepeatCommand Repeat() &&;
|
||||
virtual RepeatCommand Repeatedly() &&;
|
||||
|
||||
/**
|
||||
* Decorates this command to run "by proxy" by wrapping it in a
|
||||
|
||||
Reference in New Issue
Block a user