Skip to content

Commit f1d8446

Browse files
Update poison.rs
Typo in word "below"
1 parent 3014e79 commit f1d8446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/poison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! (some invariant is not being upheld).
1111
//!
1212
//! The specifics of how this "poisoned" state affects other threads
13-
//! depend on the primitive. See [#Overview] bellow.
13+
//! depend on the primitive. See [#Overview] below.
1414
//!
1515
//! For the alternative implementations that do not employ poisoning,
1616
//! see `std::sync::nonpoisoning`.

0 commit comments

Comments
 (0)