Skip to content

Commit e97879c

Browse files
authored
Unrolled build for #144002
Rollup merge of #144002 - martinomburajr:patch-1, r=ibraheemdev Update poison.rs Typo in word "below" previously "bellow"
2 parents 014bd82 + f1d8446 commit e97879c

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)