Skip to content

Commit

Permalink
Fixed code sample so that it generates CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Apr 5, 2022
1 parent 2f00e31 commit 92920d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/reference/implementations-tinkergraph.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ TinkerGraph can store any Java `Object` for a property value. It is therefore im
the values that are being used and it is often best to be explicit in terms of exactly what type is being used,
especially in the case of numbers.
[[gremlin-groovy]]
[gremlin-groovy]
----
graph = TinkerGraph.open()
g = traversal().withEmbedded(graph)
Expand Down

0 comments on commit 92920d0

Please sign in to comment.