spmallette commented on code in PR #3471: URL: https://github.com/apache/tinkerpop/pull/3471#discussion_r3454327022
########## docs/src/reference/the-traversal.asciidoc: ########## @@ -276,7 +294,8 @@ or other read operations executed in the context of that open transaction. <4> Calling `commit` finalizes the transaction. <5> Change transaction behavior to require manual control. <6> Adding a vertex now results in failure because the transaction was not explicitly opened. -<7> Explicitly open a transaction. +<7> Explicitly begin a transaction with `begin()`, which returns a `GraphTraversalSource` bound to it. Calling Review Comment: "begin" 2x - "start a transaction with `begin()`"? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
