From 2bb5fbb43121a72cc5498e3258fc3c93f475e2d9 Mon Sep 17 00:00:00 2001 From: Kyle Shannon Date: Mon, 14 Dec 2015 09:40:15 -0700 Subject: [PATCH] fix size of float in data size/type table --- specification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.rst b/specification.rst index ae0d3e3..442aa92 100644 --- a/specification.rst +++ b/specification.rst @@ -52,7 +52,7 @@ For better readability of the document we use old-fashioned data type names such "long", "int32_t", "4" "unsigned long long", "uint64_t", "8" "long long", "int64_t", "8" - "float", "float64_t", "4" + "float", "float32_t", "4" "double", "float64_t", "8" ==============================================================================