We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066d2db commit dbd958aCopy full SHA for dbd958a
futures-executor/src/enter.rs
@@ -34,7 +34,7 @@ impl std::error::Error for EnterError {}
34
/// executor.
35
///
36
/// Executor implementations should call this function before beginning to
37
-/// execute a tasks, and drop the returned [`Enter`](Enter) value after
+/// execute a task, and drop the returned [`Enter`](Enter) value after
38
/// completing task execution:
39
40
/// ```
0 commit comments