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 4 summary #12

Closed andreubotella closed 1 year ago

andreubotella commented 1 year ago

Type of error

Typo

Location of the error

https://marabos.nl/atomics/building-spinlock.html#summary

Description of the error

+ A SpinLock<T> can be implement
- A SpinLock<T> can be implemented
m-ou-se commented 1 year ago

Thanks! Fixed.