This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-1959-tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 0fb7c9eae2330f45e8aadbe632227042cf1fc0e0 Author: Stephen Mallette <[email protected]> AuthorDate: Fri Oct 5 10:37:24 2018 -0400 TINKERPOP-1959 Minor fixes to upgrade docs --- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index 26a2552..72c0a1c 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -107,7 +107,8 @@ via that same method as the other toy graphs with `TinkerFactory.createGratefulD ==== Gremlin Javascript Script Submission -Gremlin Javascript can now submit script, with optional bindings, using the Client class: +Gremlin Javascript can now submit script, with optional bindings, using the `Client` class: + [source,javascript] ---- const gremlin = require('gremlin'); @@ -126,7 +127,7 @@ connection.submit('g.V(vid)', {vid: 1}) }); ---- -and you can also translate bytecode steps into script +and also allows translation of bytecode steps into script: [source,javascript] ----
