Adjust the description of Type

This commit is contained in:
Ivan Ukhov 2015-08-01 17:41:25 -04:00
parent df0490663c
commit 25cce673bb

View File

@ -117,7 +117,7 @@ pub type Result<T> = std::result::Result<T, Error>;
pub enum Type {
/// Binary data.
Blob,
/// A 64-bit IEEE floating-point number.
/// A 64-bit floating-point number.
Float,
/// A 64-bit signed integer.
Integer,