mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[commands] Fix typo in waitUntil docs (NFC) (#4841)
This commit is contained in:
@@ -105,7 +105,7 @@ public final class Commands {
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a command that does nothing, finishing once a command becomes true.
|
||||
* Constructs a command that does nothing, finishing once a condition becomes true.
|
||||
*
|
||||
* @param condition the condition
|
||||
* @return the command
|
||||
|
||||
Reference in New Issue
Block a user