mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix doc comments
This commit is contained in:
parent
a2574a5a98
commit
00730be6fb
3 changed files with 11 additions and 11 deletions
|
@ -6,7 +6,7 @@ use super::{InLayout, LayoutRepr, UnionLayout};
|
|||
///
|
||||
/// A type-erased value consists of three fields at runtime:
|
||||
///
|
||||
/// ```
|
||||
/// ```text
|
||||
/// {
|
||||
/// // the material value being erased.
|
||||
/// // if the erasure is a function, this is the captured environment, or null.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue