Skip to content

Commit

Permalink
Remove undefined doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Dec 14, 2022
1 parent d056b81 commit d87791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/wasm/src/heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ entity_impl!(Heap, "heap");
///
/// The *heap bound* is the total size of the mapped and unmapped pages. This is
/// the bound that `heap_addr` checks against. Memory accesses inside the heap
/// bounds can trap if they hit an unmapped page (which is not [accessible]).
/// bounds can trap if they hit an unmapped page (which is not accessible).
///
/// Two styles of heaps are supported, *static* and *dynamic*. They behave
/// differently when resized.
Expand Down

0 comments on commit d87791e

Please sign in to comment.