Skip to content

Commit 075c576

Browse files
committed
fix doc link
1 parent 378ed25 commit 075c576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
//! [zst]: ../../nomicon/exotic-sizes.html#zero-sized-types-zsts
318318
//! [atomic operations]: crate::sync::atomic
319319
//! [`offset`]: pointer::offset
320-
//! [`wrapping_offset`]: pointer::offset
320+
//! [`wrapping_offset`]: pointer::wrapping_offset
321321
//! [`with_addr`]: pointer::with_addr
322322
//! [`map_addr`]: pointer::map_addr
323323
//! [`addr`]: pointer::addr

0 commit comments

Comments
 (0)