From 9403947ba6dbd7119e91565d155176f517c5ae7a Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 11 Oct 2023 14:54:44 -0400 Subject: [PATCH] README.adoc: fix plural "lengths" Change-Id: I7c2b5074f892301c1a1f51f7901c7b7f2eb92e27 Signed-off-by: Philippe Proulx --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e3a4b30..b73b4e1 100644 --- a/README.adoc +++ b/README.adoc @@ -901,7 +901,7 @@ The available lengths are 8, 16, 24, 32, 40, 48, 56, and 64. * A floating point number (https://standards.ieee.org/standard/754-2008.html[IEEE{nbsp}754-2008]). + -The available length are 32 (_binary32_) and 64 (_binary64_). +The available lengths are 32 (_binary32_) and 64 (_binary64_). The value is the result of evaluating a {py3} expression. -- 2.34.1