Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1942 1f4af4dc2 -> d30aadbaf


Code correction and escape fix


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d30aadba
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d30aadba
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d30aadba

Branch: refs/heads/TINKERPOP-1942
Commit: d30aadbaf366ada94259fddb370ba177281baa3d
Parents: 1f4af4d
Author: Jorge Bay Gondra <jorgebaygon...@gmail.com>
Authored: Thu Apr 19 13:00:46 2018 +0200
Committer: Jorge Bay Gondra <jorgebaygon...@gmail.com>
Committed: Thu Apr 19 13:00:46 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d30aadba/docs/src/dev/io/graphbinary.asciidoc
----------------------------------------------------------------------
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