This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new 24b4f80ac3 CTR fix byte in GraphBinary io docs
24b4f80ac3 is described below
commit 24b4f80ac3d34bb3f5be98c835e78fadef8eb9ee
Author: Cole-Greer <[email protected]>
AuthorDate: Thu May 8 11:07:42 2025 -0700
CTR fix byte in GraphBinary io docs
---
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 cee6c234ca..cf8a140e05 100644
--- a/docs/src/dev/io/graphbinary.asciidoc
+++ b/docs/src/dev/io/graphbinary.asciidoc
@@ -485,7 +485,7 @@ Example values of the two's complement `{value}`:
==== Byte
-An unsigned 8-bit integer.
+An 8-bit two's complement integer.
==== ByteBuffer