Skip to content

Commit 1fca934

Browse files
authored
Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnay
Fix documentation for `core::ready::Ready`
2 parents 4098859 + d9e4502 commit 1fca934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/future/ready.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::future::Future;
22
use crate::pin::Pin;
33
use crate::task::{Context, Poll};
44

5-
/// Creates a future that is immediately ready with a value.
5+
/// A future that is immediately ready with a value.
66
///
77
/// This `struct` is created by [`ready()`]. See its
88
/// documentation for more.

0 commit comments

Comments
 (0)