[commands] Fix typo in waitUntil docs (NFC) (#4841)

This commit is contained in:
Ryan Blue
2022-12-21 09:24:25 -05:00
committed by GitHub
parent 17ceebfff4
commit dd8ecfdd54
2 changed files with 2 additions and 2 deletions

View File

@@ -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