Skip to content

Commit

Permalink
Merge pull request #144 from 00xc/docs/fix
Browse files Browse the repository at this point in the history
docs/mm: fix broken link in `RawAllocMapping` field
  • Loading branch information
joergroedel authored Nov 20, 2023
2 parents 0c20799 + c3b167f commit d916d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mm/vm/mapping/rawalloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct RawAllocMapping {
/// A vec containing references to PageFile allocations
pages: Vec<Option<PageRef>>,

/// Number of pages required in [`pages`]
/// Number of pages required in `pages`
count: usize,
}

Expand Down

0 comments on commit d916d34

Please sign in to comment.