test: fix spelling error in documentation (#2895)

Fixes: #2754
This commit is contained in:
Matt Kennedy
2020-09-29 13:23:11 +02:00
committed by GitHub
parent 3403be5e2e
commit dcb11118d2
+1 -1
View File
@@ -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(),