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

kenhuuu 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 544d34439c Fix Merge typecode in graphbinary specification CTR
544d34439c is described below

commit 544d34439c07d5c82a004946d0e48b15b28e8b4c
Author: Ken Hu <[email protected]>
AuthorDate: Wed Mar 4 14:55:49 2026 -0800

    Fix Merge typecode in graphbinary specification CTR
---
 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 b87405f4cc..a83c69c5ef 100644
--- a/docs/src/dev/io/graphbinary.asciidoc
+++ b/docs/src/dev/io/graphbinary.asciidoc
@@ -166,7 +166,6 @@ Changes to existing types require new revision.
 - `0x12`: VertexProperty
 - `0x18`: Direction
 - `0x20`: T
-- `0x21`: Merge
 - `0x22`: BigDecimal
 - `0x23`: BigInteger
 - `0x24`: Byte
@@ -174,6 +173,7 @@ Changes to existing types require new revision.
 - `0x26`: Short
 - `0x27`: Boolean
 - `0x2b`: Tree
+- `0x2e`: Merge
 - `0xf0`: CompositePDT
 - `0xf1`: PrimitivePDT
 - `0xfd`: Marker

Reply via email to