We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4098859 + d9e4502 commit 1fca934Copy full SHA for 1fca934
library/core/src/future/ready.rs
@@ -2,7 +2,7 @@ use crate::future::Future;
2
use crate::pin::Pin;
3
use crate::task::{Context, Poll};
4
5
-/// Creates a future that is immediately ready with a value.
+/// A future that is immediately ready with a value.
6
///
7
/// This `struct` is created by [`ready()`]. See its
8
/// documentation for more.
0 commit comments