m-ou-se / rust-atomics-and-locks

Code examples, data structures, and links from my book, Rust Atomics and Locks.
Other
1.33k stars 120 forks source link

Chapter 1. Basics of Rust Concurrency has a typo #11

Closed Hofer-Julian closed 1 year ago

Hofer-Julian commented 1 year ago

Type of error

Typo

Location of the error

https://marabos.nl/atomics/basics.html#parking

Description of the error

- Scoped threads are useful to limit the lifetime of a thread to alllow
+ Scoped threads are useful to limit the lifetime of a thread to allow
Imberflur commented 1 year ago

This may be a duplicate of https://github.com/m-ou-se/rust-atomics-and-locks/issues/9

@m-ou-se are fixes supposed to immediately propagate to the site?

m-ou-se commented 1 year ago

Fixed!

are fixes supposed to immediately propagate to the site?

Yes, but it looks like I did something wrong and uploaded some outdated files. Fixed. :)