Skip to content

Commit 7e041c4

Browse files
authored
Rollup merge of rust-lang#144002 - martinomburajr:patch-1, r=ibraheemdev
Update poison.rs Typo in word "below" previously "bellow"
2 parents 6dfec1a + f1d8446 commit 7e041c4

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)