]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo.
authorScott Olson <scott@solson.me>
Thu, 17 Mar 2016 09:20:49 +0000 (03:20 -0600)
committerScott Olson <scott@solson.me>
Thu, 17 Mar 2016 09:20:49 +0000 (03:20 -0600)
src/memory.rs

index a42d504381ae72bb5261d6a4c240bb6bf52ad422..deea5e29deca718e7a1ef94328e7b3ff65c2e222 100644 (file)
@@ -63,7 +63,7 @@ pub enum Repr {
         /// The size of the largest variant in bytes.
         max_variant_size: usize,
 
-        /// The represenations of the contents of each variant.
+        /// The representations of the contents of each variant.
         variants: Vec<Repr>,
     },