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

jorgebg pushed a commit to branch TINKERPOP-1942
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit f67782221b432b5bcd1fdaf5caee2e830ffc9c2f
Author: Jorge Bay Gondra <jorgebaygon...@gmail.com>
AuthorDate: Thu Apr 19 13:00:46 2018 +0200

    Code correction and escape fix
---
 docs/src/dev/io/graphbinary.asciidoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/src/dev/io/graphbinary.asciidoc 
b/docs/src/dev/io/graphbinary.asciidoc
index 2412a5d..80e0e45 100644
--- a/docs/src/dev/io/graphbinary.asciidoc
+++ b/docs/src/dev/io/graphbinary.asciidoc
@@ -142,11 +142,11 @@ The total length is not part of the message as the 
transport layer will provide
 - `0x87`: MonthDay
 - `0x88`: OffsetDateTime
 - `0x89`: OffsetTime
-- `0x90`: Period
-- `0x92`: Year
-- `0x93`: YearMonth
-- `0x94`: ZonedDateTime
-- `0x95`: ZoneOffset
+- `0x8a`: Period
+- `0x8b`: Year
+- `0x8c`: YearMonth
+- `0x8d`: ZonedDateTime
+- `0x8e`: ZoneOffset
 
 === Data Type Formats
 
@@ -596,7 +596,7 @@ Format: `{year}{month}`
 Where:
 
 - `{year}` is an `Int`.
-- `{month} is a `Byte` from 1 to 12.
+- `{month}` is a `Byte` from 1 to 12.
 
 ==== ZonedDateTime
 

Reply via email to