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

Typo in chapter 1 summary #9

Closed Imberflur closed 1 year ago

Imberflur commented 1 year ago

Type of error

Typo

Location of the error

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

Description of the error

In

Scoped threads are useful to limit the lifetime of a thread to alllow it to borrow non-'static data, such as local variables.

'alllow' has an extra 'l'

m-ou-se commented 1 year ago

Fixed!