From 2f3f4a2abb894ca608cdf536f5f803dc4c971a04 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 8 Jan 2024 14:22:11 -0800 Subject: Fix typo in i48_t description i48_t is 48-bit, not 32-bit. Signed-off-by: Eric Kunze Change-Id: Icd602931ffb5d74842359fae2a8885e96b85bf59 --- chapters/introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc index 3336aea..11ba26b 100644 --- a/chapters/introduction.adoc +++ b/chapters/introduction.adoc @@ -528,7 +528,7 @@ The number formats supported by a given operator are listed in its table of supp |i48_t | - | - -|Signless 32-bit integer value. Will be interpreted as int48_t by all operators. +|Signless 48-bit integer value. Will be interpreted as int48_t by all operators. |int48_t | -(1<<47) -- cgit v1.2.1