Skip to content

Commit cbeef67

Browse files
committed
docs: fix a broken intra link
1 parent aa55fe4 commit cbeef67

File tree

1 file changed

+1
-1
lines changed
  • src/structures/paging/mapper

1 file changed

+1
-1
lines changed

src/structures/paging/mapper/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ pub trait Mapper<S: PageSize> {
325325
///
326326
/// ## Safety
327327
///
328-
/// This is a convencience function that invokes [`map_to`] internally, so
328+
/// This is a convencience function that invokes [`Mapper::map_to`] internally, so
329329
/// all safety requirements of it also apply for this function.
330330
#[inline]
331331
unsafe fn identity_map<A>(

0 commit comments

Comments
 (0)