Fix title formatting CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6c17779 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c6c17779 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c6c17779 Branch: refs/heads/TINKERPOP-1682 Commit: c6c17779ccfc3b22633b6623b6ba79d15397c576 Parents: 20a3e00 Author: Stephen Mallette <[email protected]> Authored: Mon Jun 12 09:09:04 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jun 12 09:09:04 2017 -0400 ---------------------------------------------------------------------- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c6c17779/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index 4f9f0df..172e4fa 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -157,8 +157,8 @@ $ bin/gremlin.sh -e y.groovy 1 2 3 -e x.groovy See: link:https://issues.apache.org/jira/browse/TINKERPOP-1653[TINKERPOP-1653] -simplePath(), cyclicPath(), and path() support by()-, from()-, to()-modulation -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +Path support for by()-, from()-, to()-modulation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It is now possible to extract analyze sub-paths using `from()` and `to()` modulations with respective, path-based steps. Likewise, `simplePath()` and `cyclicPath()` now support, along with `from()` and `to()`, `by()`-modulation so the cyclicity
