Skip to content

Commit 94a0c51

Browse files
authored
fixed a typo in a link in the docs (#1487)
1 parent 0ba124f commit 94a0c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread/futex.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! Futex is a very low-level mechanism for implementing concurrency primitives
44
//! such as mutexes, rwlocks, and condvars. For a higher-level API that
5-
//! provides those abstractions, see [rustix-futex-syntax].
5+
//! provides those abstractions, see [rustix-futex-sync].
66
//!
77
//! # Examples
88
//!

0 commit comments

Comments
 (0)