Update comment

This commit is contained in:
Oliver Schneider 2018-05-25 10:18:57 +02:00
parent fb9060ac06
commit eceeb63d11

View file

@ -191,7 +191,7 @@ impl From<Pointer> for Scalar {
pub enum Scalar {
/// The raw bytes of a simple value.
Bits {
/// number of bits that are valid and may be read
/// The first `defined` number of bits are valid
defined: u8,
bits: u128,
},