mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[commands] Fix typo in waitUntil docs (NFC) (#4841)
This commit is contained in:
@@ -131,7 +131,7 @@ namespace cmd {
|
||||
[[nodiscard]] CommandPtr Wait(units::second_t duration);
|
||||
|
||||
/**
|
||||
* Constructs a command that does nothing, finishing once a command becomes
|
||||
* Constructs a command that does nothing, finishing once a condition becomes
|
||||
* true.
|
||||
*
|
||||
* @param condition the condition
|
||||
|
||||
Reference in New Issue
Block a user