Skip to content

Commit 8f20432

Browse files
authored
Remove truncated paragraphs from select! docs (#2222)
1 parent 5b21883 commit 8f20432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

futures-util/src/async_await/select_mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ macro_rules! document_select_macro {
1414
/// (e.g. an `async fn` call) instead of a `Future` by name the `Unpin`
1515
/// requirement is relaxed, since the macro will pin the resulting `Future`
1616
/// on the stack. However the `Future` returned by the expression must
17-
/// still implement `FusedFuture`. This difference is presented
17+
/// still implement `FusedFuture`.
1818
///
1919
/// Futures and streams which are not already fused can be fused using the
2020
/// `.fuse()` method. Note, though, that fusing a future or stream directly
@@ -167,7 +167,7 @@ macro_rules! document_select_macro {
167167
/// (e.g. an `async fn` call) instead of a `Future` by name the `Unpin`
168168
/// requirement is relaxed, since the macro will pin the resulting `Future`
169169
/// on the stack. However the `Future` returned by the expression must
170-
/// still implement `FusedFuture`. This difference is presented
170+
/// still implement `FusedFuture`.
171171
///
172172
/// Futures and streams which are not already fused can be fused using the
173173
/// `.fuse()` method. Note, though, that fusing a future or stream directly

0 commit comments

Comments
 (0)