File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
futures-util/src/async_await Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ macro_rules! document_select_macro {
14
14
/// (e.g. an `async fn` call) instead of a `Future` by name the `Unpin`
15
15
/// requirement is relaxed, since the macro will pin the resulting `Future`
16
16
/// on the stack. However the `Future` returned by the expression must
17
- /// still implement `FusedFuture`. This difference is presented
17
+ /// still implement `FusedFuture`.
18
18
///
19
19
/// Futures and streams which are not already fused can be fused using the
20
20
/// `.fuse()` method. Note, though, that fusing a future or stream directly
@@ -167,7 +167,7 @@ macro_rules! document_select_macro {
167
167
/// (e.g. an `async fn` call) instead of a `Future` by name the `Unpin`
168
168
/// requirement is relaxed, since the macro will pin the resulting `Future`
169
169
/// on the stack. However the `Future` returned by the expression must
170
- /// still implement `FusedFuture`. This difference is presented
170
+ /// still implement `FusedFuture`.
171
171
///
172
172
/// Futures and streams which are not already fused can be fused using the
173
173
/// `.fuse()` method. Note, though, that fusing a future or stream directly
You can’t perform that action at this time.
0 commit comments