Skip to content

Commit

Permalink
Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnay
Browse files Browse the repository at this point in the history
Fix documentation for `core::ready::Ready`
  • Loading branch information
matthiaskrgr authored Dec 10, 2021
2 parents 4098859 + d9e4502 commit 1fca934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/future/ready.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::future::Future;
use crate::pin::Pin;
use crate::task::{Context, Poll};

/// Creates a future that is immediately ready with a value.
/// A future that is immediately ready with a value.
///
/// This `struct` is created by [`ready()`]. See its
/// documentation for more.
Expand Down

0 comments on commit 1fca934

Please sign in to comment.