We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6106e9 commit 2f8cf1dCopy full SHA for 2f8cf1d
src/ch17-03-more-futures.md
@@ -38,7 +38,7 @@ blocking.
38
In Listing 17-15, we use `slow` to emulate doing this kind of CPU-bound work in
39
a pair of futures.
40
41
-<Listing number="17-15" caption="Calling `slow` to simulate running slow operations" file-name="src/main.rs">
+<Listing number="17-15" caption="Calling the `slow` function to simulate slow operations" file-name="src/main.rs">
42
43
```rust
44
{{#rustdoc_include ../listings/ch17-async-await/listing-17-15/src/main.rs:slow-futures}}
0 commit comments