We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014e79 commit f1d8446Copy full SHA for f1d8446
library/std/src/sync/poison.rs
@@ -10,7 +10,7 @@
10
//! (some invariant is not being upheld).
11
//!
12
//! The specifics of how this "poisoned" state affects other threads
13
-//! depend on the primitive. See [#Overview] bellow.
+//! depend on the primitive. See [#Overview] below.
14
15
//! For the alternative implementations that do not employ poisoning,
16
//! see `std::sync::nonpoisoning`.
0 commit comments