From 25cce673bb6a390b63e7092918e71f762bf5a4f8 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sat, 1 Aug 2015 17:41:25 -0400 Subject: [PATCH] Adjust the description of Type --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5e7dd28..42897e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -117,7 +117,7 @@ pub type Result = std::result::Result; 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,