Skip to content

Commit 9bed8e3

Browse files
committed
Fix documentation link
Fixes #222
1 parent 32985d9 commit 9bed8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remutex.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ unsafe impl GetThreadId for RawThreadId {
3636
/// - `ReentrantMutexGuard` does not give mutable references to the locked data.
3737
/// Use a `RefCell` if you need this.
3838
///
39-
/// See [`Mutex`](struct.Mutex.html) for more details about the underlying mutex
39+
/// See [`Mutex`](type.Mutex.html) for more details about the underlying mutex
4040
/// primitive.
4141
pub type ReentrantMutex<T> = lock_api::ReentrantMutex<RawMutex, RawThreadId, T>;
4242

0 commit comments

Comments
 (0)