summaryrefslogtreecommitdiffstats
path: root/futures/src/executor/async_std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'futures/src/executor/async_std.rs')
-rw-r--r--futures/src/executor/async_std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/futures/src/executor/async_std.rs b/futures/src/executor/async_std.rs
index 641dfbd2..27949e31 100644
--- a/futures/src/executor/async_std.rs
+++ b/futures/src/executor/async_std.rs
@@ -2,7 +2,7 @@ use crate::Executor;
use futures::Future;
-/// A type representing the `async-std` runtime.
+/// An `async-std` runtime.
#[derive(Debug)]
pub struct AsyncStd;