Skip to content

Commit 629cde9

Browse files
committed
fix(doc): Fix broken intra-doc link
Signed-off-by: Patrick Roy <[email protected]>
1 parent 2bd338a commit 629cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmap/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl<B: Bitmap> GuestMemoryRegionBytes for GuestRegionMmap<B> {}
171171
/// virtual address space of the calling process.
172172
pub type GuestMemoryMmap<B = ()> = GuestRegionCollection<GuestRegionMmap<B>>;
173173

174-
/// Errors that can happen during [`GuestMemoryMap::from_ranges`] and related functions.
174+
/// Errors that can happen during [`GuestMemoryMmap::from_ranges`] and related functions.
175175
#[derive(Debug, thiserror::Error)]
176176
pub enum FromRangesError {
177177
/// Error during construction of [`GuestMemoryMmap`]

0 commit comments

Comments
 (0)