[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

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