We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c632570 + 56cfe50 commit e2fa431Copy full SHA for e2fa431
src/ch17-04-streams.md
@@ -302,7 +302,7 @@ at least one await point in each iteration through the loop.
302
Now, back in our main function’s async block, we can attempt to merge the
303
`messages` and `intervals` streams, as shown in Listing 17-37.
304
305
-<Listing number="17-37" caption="Attempting to the `messages` and `intervals` streams" file-name="src/main.rs">
+<Listing number="17-37" caption="Attempting to merge the `messages` and `intervals` streams" file-name="src/main.rs">
306
307
```rust,ignore,does_not_compile
308
{{#rustdoc_include ../listings/ch17-async-await/listing-17-37/src/main.rs:main}}
0 commit comments