diff --git a/core/src/command.rs b/core/src/command.rs index b4aa19cc..1172976f 100644 --- a/core/src/command.rs +++ b/core/src/command.rs @@ -62,7 +62,7 @@ impl Command { /// Creates a [`Command`] that performs the actions of all the given /// commands. /// - /// Once this command is run, all the futures will be exectued at once. + /// Once this command is run, all the commands will be exectued at once. /// /// [`Command`]: struct.Command.html pub fn batch(commands: impl Iterator>) -> Self {