From b1f89699b48fc94ff09381ee3638cfc9937d5c7d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 28 Dec 2019 12:19:04 +0100 Subject: Fix `Command::batch` documentation --- core/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') 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 { -- cgit