This is an automated email from the ASF dual-hosted git repository.
jorgebg pushed a commit to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.5-dev by this push:
new 616bc96 docs: Fix GraphBinary Path type spec typo
new ad68f12 Merge pull request #1566 from
ihoro/fix-graphbinary-path-type-spec
616bc96 is described below
commit 616bc962f2199f7757ff23876b0ac94b34e2b0c3
Author: Igor Ostapenko <[email protected]>
AuthorDate: Fri Feb 11 22:32:19 2022 +0200
docs: Fix GraphBinary Path type spec typo
Mentioned List and Set are expected to be fully qualified according to the
actual behaviour of gremlin-server.
---
docs/src/dev/io/graphbinary.asciidoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/dev/io/graphbinary.asciidoc
b/docs/src/dev/io/graphbinary.asciidoc
index 9403857..d6669fd 100644
--- a/docs/src/dev/io/graphbinary.asciidoc
+++ b/docs/src/dev/io/graphbinary.asciidoc
@@ -279,8 +279,8 @@ Format: `{labels}{objects}`
Where:
-- `{labels}` is a `List` in which each item is a `Set` of `String`.
-- `{objects}` is a `List` of fully qualified typed values.
+- `{labels}` is a fully qualified `List` in which each item is a fully
qualified `Set` of `String`.
+- `{objects}` is a fully qualified `List` of fully qualified typed values.
==== Property