Skip to content

Commit 06fb36c

Browse files
authored
Update poison.rs to fix the typo (sys->sync)
1 parent d51b6f9 commit 06fb36c

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
@@ -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)