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 9 #26

Closed helixbass closed 1 year ago

helixbass commented 1 year ago

Type of error

Typo

Location of the error

https://marabos.nl/atomics/building-locks.html#mutex

Description of the error

"returning if it succesfully changed the state" -> "returning if it successfully changed the state"