about summary refs log tree commit diff
path: root/library/std/src/sync/poison.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sync/poison.rs')
-rw-r--r--library/std/src/sync/poison.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sync/poison.rs b/library/std/src/sync/poison.rs
index 571f0d14248..0c05f152ef8 100644
--- a/library/std/src/sync/poison.rs
+++ b/library/std/src/sync/poison.rs
@@ -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`.