Skip to content

Commit efa545a

Browse files
committed
update original
1 parent fe26013 commit efa545a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rustbook-en/src/ch17-05-traits-for-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ yet ready.
131131

132132
Back in Listing 17-13, we used the `trpl::join!` macro to await three
133133
futures. However, it’s common to have a collection such as a vector containing
134-
some number futures that won’t be known until runtime. Let’s change Listing
134+
some number of futures that won’t be known until runtime. Let’s change Listing
135135
17-13 to the code in Listing 17-23 that puts the three futures into a vector
136136
and calls the `trpl::join_all` function instead, which won’t compile yet.
137137

rustbook-en/src/ch17-06-futures-tasks-threads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Next, we’ll talk about idiomatic ways to model problems and structure solution
9999
as your Rust programs get bigger. In addition, we’ll discuss how Rust’s idioms
100100
relate to those you might be familiar with from object-oriented programming.
101101

102-
[ch16]: http://localhost:3000/ch16-00-concurrency.html
102+
[ch16]: ch16-00-concurrency.html
103103
[combining-futures]: ch17-03-more-futures.html#building-our-own-async-abstractions
104104
[streams]: ch17-04-streams.html#composing-streams
105105
[ch21]: ch21-00-final-project-a-web-server.html

0 commit comments

Comments
 (0)