Update poison.rs
Typo in word "below"
This commit is contained in:
parent
3014e79f9c
commit
f1d84468c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue