This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 75a32d6efd CTR minor docs update
75a32d6efd is described below

commit 75a32d6efd28dc1f75e00f2611b4b265fb84285c
Author: Cole-Greer <[email protected]>
AuthorDate: Mon Jun 10 14:30:56 2024 -0700

    CTR minor docs update
---
 docs/src/dev/io/graphbinary.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/dev/io/graphbinary.asciidoc 
b/docs/src/dev/io/graphbinary.asciidoc
index 410cc6f845..56fde6a0e6 100644
--- a/docs/src/dev/io/graphbinary.asciidoc
+++ b/docs/src/dev/io/graphbinary.asciidoc
@@ -470,7 +470,7 @@ Format: `{length}{value}`
 
 Where:
 
-- `{length}` is an `Int`.
+- `{length}` is an `Int` describing the size of `{value}` in bytes.
 - `{value}` is the two's complement of the `BigInteger`.
 
 Example values of the two's complement `{value}`:

Reply via email to