Skip to content

Commit

Permalink
Merge pull request #4218 from gerwitz/patch-3
Browse files Browse the repository at this point in the history
Add missing word in ch17-04-streams.md
  • Loading branch information
chriskrycho authored Feb 3, 2025
2 parents c632570 + 56cfe50 commit e2fa431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch17-04-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ at least one await point in each iteration through the loop.
Now, back in our main function’s async block, we can attempt to merge the
`messages` and `intervals` streams, as shown in Listing 17-37.

<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">

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

0 comments on commit e2fa431

Please sign in to comment.