mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix doc comments
This commit is contained in:
parent
a2574a5a98
commit
00730be6fb
3 changed files with 11 additions and 11 deletions
|
@ -1777,7 +1777,7 @@ const ERASURE_VALUE_INDEX: u32 = 1;
|
|||
|
||||
/// Erasure type modeled as
|
||||
///
|
||||
/// ```
|
||||
/// ```text
|
||||
/// Tuple(callee: FnPtr, value: HeapCell)
|
||||
/// ```
|
||||
fn erasure_type<TC: TypeContext>(builder: &mut TC) -> Result<TypeId> {
|
||||
|
@ -1809,7 +1809,7 @@ fn box_erasure_value_unknown_nullptr(
|
|||
|
||||
/// Erasure value modeled as
|
||||
///
|
||||
/// ```
|
||||
/// ```text
|
||||
/// callee = make_tuple(&[])
|
||||
/// value = unknown(make_tuple(...captures))
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue