mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix typo.
This commit is contained in:
parent
7698a85d01
commit
c55d4b07fd
@ -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…
Reference in New Issue
Block a user