We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee915e7 + 0783950 commit fc7483dCopy full SHA for fc7483d
1 file changed
src/task/mod.rs
@@ -209,7 +209,7 @@ impl<F: Future> Spawn<F> {
209
/// `task::park()` will return a handle that contains the `unpark`
210
/// specified.
211
///
212
- /// If this function returns `NotReady`, then the `unpark` should be
+ /// If this function returns `NotReady`, then the `unpark` should have been
213
/// scheduled to receive a notification when poll can be called again.
214
/// Otherwise if `Ready` or `Err` is returned, the `Spawn` task can be
215
/// safely destroyed.
0 commit comments