We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3b66d6 + 5c5f08a commit 88115b9Copy full SHA for 88115b9
src/libcore/future/future.rs
@@ -21,7 +21,7 @@ use crate::task::{Context, Poll};
21
/// task.
22
///
23
/// When using a future, you generally won't call `poll` directly, but instead
24
-/// `await!` the value.
+/// `.await` the value.
25
#[doc(spotlight)]
26
#[must_use = "futures do nothing unless you `.await` or poll them"]
27
#[stable(feature = "futures_api", since = "1.36.0")]
0 commit comments