Skip to content

Commit 2f8cf1d

Browse files
committed
Update listing caption to match what's ending up in print
1 parent f6106e9 commit 2f8cf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch17-03-more-futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ blocking.
3838
In Listing 17-15, we use `slow` to emulate doing this kind of CPU-bound work in
3939
a pair of futures.
4040

41-
<Listing number="17-15" caption="Calling `slow` to simulate running slow operations" file-name="src/main.rs">
41+
<Listing number="17-15" caption="Calling the `slow` function to simulate slow operations" file-name="src/main.rs">
4242

4343
```rust
4444
{{#rustdoc_include ../listings/ch17-async-await/listing-17-15/src/main.rs:slow-futures}}

0 commit comments

Comments
 (0)