From dcb11118d2c7260e75c059a89b40eab3e35de53d Mon Sep 17 00:00:00 2001 From: Matt Kennedy <42277188+kennedymj97@users.noreply.github.com> Date: Tue, 29 Sep 2020 12:23:11 +0100 Subject: test: fix spelling error in documentation (#2895) Fixes: #2754 --- tokio-test/src/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(task: T) -> Spawn { Spawn { task: MockTask::new(), -- cgit v1.2.3