Fix typo.
This commit is contained in:
parent
7698a85d01
commit
c55d4b07fd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pub enum Repr {
|
||||||
/// The size of the largest variant in bytes.
|
/// The size of the largest variant in bytes.
|
||||||
max_variant_size: usize,
|
max_variant_size: usize,
|
||||||
|
|
||||||
/// The represenations of the contents of each variant.
|
/// The representations of the contents of each variant.
|
||||||
variants: Vec<Repr>,
|
variants: Vec<Repr>,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue