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

Typo in chapter 1 summary

Imberflur opened this issue · 1 comments

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'

Fixed!