Fix typo.

This commit is contained in:
Scott Olson 2016-03-17 03:20:49 -06:00
parent 7698a85d01
commit c55d4b07fd

View File

@ -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>,
}, },