Skip to content

Commit e2fa431

Browse files
authored
Merge pull request #4218 from gerwitz/patch-3
Add missing word in ch17-04-streams.md
2 parents c632570 + 56cfe50 commit e2fa431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch17-04-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ at least one await point in each iteration through the loop.
302302
Now, back in our main function’s async block, we can attempt to merge the
303303
`messages` and `intervals` streams, as shown in Listing 17-37.
304304

305-
<Listing number="17-37" caption="Attempting to the `messages` and `intervals` streams" file-name="src/main.rs">
305+
<Listing number="17-37" caption="Attempting to merge the `messages` and `intervals` streams" file-name="src/main.rs">
306306

307307
```rust,ignore,does_not_compile
308308
{{#rustdoc_include ../listings/ch17-async-await/listing-17-37/src/main.rs:main}}

0 commit comments

Comments
 (0)