From commits-return-28693-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Sun May 6 16:51:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 19101180676 for ; Sun, 6 May 2018 16:50:59 +0200 (CEST) Received: (qmail 54142 invoked by uid 500); 6 May 2018 14:50:59 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 54122 invoked by uid 99); 6 May 2018 14:50:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2018 14:50:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1BF53F3329; Sun, 6 May 2018 14:50:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rdale@apache.org To: commits@tinkerpop.apache.org Date: Sun, 06 May 2018 14:50:59 -0000 Message-Id: <6e57b081617b47c48b272c3e2e8b66dd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] tinkerpop git commit: fix list item index: expected 2 got 1 - CTR Repository: tinkerpop Updated Branches: refs/heads/tp33 c7ece36ec -> 153a01b02 fix list item index: expected 2 got 1 - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f64afe52 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f64afe52 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f64afe52 Branch: refs/heads/tp33 Commit: f64afe52acbdafaa281f072b953a7c41d25ce800 Parents: e9ab93a Author: Robert Dale Authored: Sun May 6 10:36:57 2018 -0400 Committer: Robert Dale Committed: Sun May 6 10:37:10 2018 -0400 ---------------------------------------------------------------------- docs/src/reference/the-traversal.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f64afe52/docs/src/reference/the-traversal.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index 86fb324..e2e3be2 100644 --- a/docs/src/reference/the-traversal.asciidoc +++ b/docs/src/reference/the-traversal.asciidoc @@ -421,7 +421,7 @@ g.V().both().both().both().count().iterate().toString() <2> ---- <1> `LazyBarrierStrategy` is a default strategy and thus, does not need to be explicitly activated. -<1> With `LazyBarrierStrategy` activated, `barrier()` steps are automatically inserted where appropriate. +<2> With `LazyBarrierStrategy` activated, `barrier()` steps are automatically inserted where appropriate. *Additional References*