rust-lang / book

The Rust Programming Language
https://doc.rust-lang.org/book/
Other
15.26k stars 3.44k forks source link

Ch17-05: Typos #4099

Open jpmelos opened 2 weeks ago

jpmelos commented 2 weeks ago

1

[...] Instead, Rust needs makes sure that the loop [...]

to

[...] Instead, Rust makes sure that the loop [...]

2

[...] The signature for join_all produces requires that the type [...]

to

[...] The signature for join_all requires that the type [...]

3

[...] we need a mutable reference to the type, which is wrapped in a Pin. [...]

to

[...] we need a mutable reference to the type which is wrapped in a Pin. [...]

Here's proof that this change is adequate:

2024-11-10_11-41

chriskrycho commented 1 week ago

These look good overall, but please do drop the comma change, and please do not cite ChatGPT or any other generative AI tool when it comes to style in general and comma style in particular. Our editors at NoStarch will make sure that’s aligned with their house style, which is the thing we prioritize here. Thanks!

jpmelos commented 1 week ago

Got it, I reverted the comma change.