From c9a6b20de0fb26835b57f80b4fc90aa41e46307d Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Tue, 11 Aug 2026 11:29:51 -0400 Subject: [PATCH] update doc --- doc/sphinx/src/databox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/src/databox.rst b/doc/sphinx/src/databox.rst index 48ab9d202..4bc303b26 100644 --- a/doc/sphinx/src/databox.rst +++ b/doc/sphinx/src/databox.rst @@ -625,6 +625,6 @@ returns the total size of the underlying array in bytes. .. cpp:function:: int dim(int i) const; -returns the size in a given dimension/direction, indexed from zero. +returns the size in a given dimension/direction, indexed from one. Generative AI was used to assist with modifications to this page.