From 43af12e78632b7db683d989fb7c735b24fb77c09 Mon Sep 17 00:00:00 2001 From: Joel Lubinitsky <33523178+joellubi@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:24:45 -0400 Subject: [PATCH] Update docs/source/format/CanonicalExtensions.rst Co-authored-by: Felipe Oliveira Carvalho --- docs/source/format/CanonicalExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/format/CanonicalExtensions.rst b/docs/source/format/CanonicalExtensions.rst index d76602188c165..523d7269eb68e 100644 --- a/docs/source/format/CanonicalExtensions.rst +++ b/docs/source/format/CanonicalExtensions.rst @@ -295,7 +295,7 @@ better zero-copy compatibility with various systems that also store booleans usi * The storage type of this extension is ``Int8`` where: * **false** is denoted by the value ``0``. - * **true** can be specified using any non-zero value. + * **true** can be specified using any non-zero value. Preferably ``1``. * Extension type parameters: