Skip to content

Commit

Permalink
fix documentation for core::ready::Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev authored Dec 8, 2021
1 parent 477fd70 commit d9e4502
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 d9e4502

Please sign in to comment.