From 60f65e659855f54d2818697c389eb125c0a547d2 Mon Sep 17 00:00:00 2001 From: Bob Sutterfield Date: Mon, 5 Oct 2020 16:54:32 -0700 Subject: [PATCH] fix typogarphical error --- .../gremlin/process/traversal/dsl/graph/GraphTraversal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java index 482a9acc0e8..be465c9dcd8 100644 --- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java +++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java @@ -646,7 +646,7 @@ public default GraphTraversal path() { * Map the {@link Traverser} to a {@link Map} of bindings as specified by the provided match traversals. * * @param matchTraversals the traversal that maintain variables which must hold for the life of the traverser - * @param the type of the obejcts bound in the variables + * @param the type of the objects bound in the variables * @return the traversal with an appended {@link MatchStep}. * @see Reference Documentation - Match Step * @since 3.0.0-incubating