GitHub user jorgebay opened a pull request:
https://github.com/apache/tinkerpop/pull/851
Improve JavaScript Gremlin documentation
Several fixes to the JavaScript GLV documentation:
- Use 'gremlin' package name
- Include information regarding Promises
- Fix method names
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop js-doc-example
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/851.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #851
----
commit e08651b946e936579db538f9114dd1c5c9079bcb
Author: Jorge Bay Gondra <jorgebaygondra@...>
Date: 2018-04-23T08:26:36Z
Improve JavaScript Gremlin documentation
Several fixes to the JavaScript GLV documentation:
- Use 'gremlin' package name
- Include information regarding Promises
- Fix method names
----
---