Fix doc comments

This commit is contained in:
Ayaz Hafiz 2023-07-12 17:16:12 -05:00
parent a2574a5a98
commit 00730be6fb
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 11 additions and 11 deletions

View file

@ -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.