test: fix spelling error in documentation (#2895)

Fixes: #2754
This commit is contained in:
Matt Kennedy 2020-09-29 12:23:11 +01:00 committed by GitHub
parent 3403be5e2e
commit dcb11118d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ use std::task::{Context, Poll, RawWaker, RawWakerVTable, Waker};
use tokio::stream::Stream; use tokio::stream::Stream;
/// TOOD: dox /// TODO: dox
pub fn spawn<T>(task: T) -> Spawn<T> { pub fn spawn<T>(task: T) -> Spawn<T> {
Spawn { Spawn {
task: MockTask::new(), task: MockTask::new(),