diff --git a/tokio-test/src/task.rs b/tokio-test/src/task.rs index 728117cc1..6a73fd759 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(task: T) -> Spawn { Spawn { task: MockTask::new(),