Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/incubator-tinkerpop/pull/141#discussion_r44267313
--- Diff: docs/src/implementations.asciidoc ---
@@ -630,7 +630,8 @@ TinkerGraph has several settings that can be provided
on creation via `Configura
value is specified here, the the `gremlin.tinkergraph.graphFormat` should
also be specified. If this value is not
included (default), then the graph will stay in-memory and not be
loaded/persisted to disk.
|gremlin.tinkergraph.graphFormat |The format to use to serialize the graph
which may be one of the following:
-`graphml`, `graphson`, or `gryo`. If a value is specified here, the the
`gremlin.tinkergraph.graphLocation` should
+`graphml`, `graphson`, gryo`, or a fully qualified class name that
implements Io.Builder interface.
+If a value is specified here, the the `gremlin.tinkergraph.graphLocation`
should
--- End diff --
Typo."the the" => "then the"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---