Update poison.rs

Typo in word "below"
This commit is contained in:
Martin Ombura Jr. 2025-07-15 20:07:03 -07:00 committed by GitHub
parent 3014e79f9c
commit f1d84468c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
//! (some invariant is not being upheld).
//!
//! The specifics of how this "poisoned" state affects other threads
//! depend on the primitive. See [#Overview] bellow.
//! depend on the primitive. See [#Overview] below.
//!
//! For the alternative implementations that do not employ poisoning,
//! see `std::sync::nonpoisoning`.