summaryrefslogtreecommitdiffstats
path: root/core/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/command.rs')
-rw-r--r--core/src/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/command.rs b/core/src/command.rs
index 698105aa..14b48b5b 100644
--- a/core/src/command.rs
+++ b/core/src/command.rs
@@ -2,7 +2,7 @@ use futures::future::{BoxFuture, Future, FutureExt};
/// A collection of async operations.
///
-/// You should be able to turn a future easily into a [`Command`], eiter by
+/// You should be able to turn a future easily into a [`Command`], either by
/// using the `From` trait or [`Command::perform`].
///
/// [`Command`]: struct.Command.html