We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2a511 commit 5c5f08aCopy full SHA for 5c5f08a
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