Skip to content

Commit 639a3dc

Browse files
authored
Update poison.rs to fix the typo (sys->sync)
1 parent 795f313 commit 639a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sync/poison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! depend on the primitive. See [#Overview] bellow.
1414
//!
1515
//! For the alternative implementations that do not employ poisoning,
16-
//! see `std::sys::nonpoisoning`.
16+
//! see `std::sync::nonpoisoning`.
1717
//!
1818
//! # Overview
1919
//!

0 commit comments

Comments
 (0)