summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-test')
-rw-r--r--tokio-test/src/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-test/src/task.rs b/tokio-test/src/task.rs
index 728117cc..6a73fd75 100644
--- a/tokio-test/src/task.rs
+++ b/tokio-test/src/task.rs
@@ -11,7 +11,7 @@ use std::task::{Context, Poll, RawWaker, RawWakerVTable, Waker};
use tokio::stream::Stream;
-/// TOOD: dox
+/// TODO: dox
pub fn spawn<T>(task: T) -> Spawn<T> {
Spawn {
task: MockTask::new(),