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 56e3d33800b..be323e61be3 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