From commits-return-21453-apmail-tinkerpop-commits-archive=tinkerpop.apache.org@tinkerpop.apache.org Wed Jul 5 14:54:45 2017 Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A18511A93E for ; Wed, 5 Jul 2017 14:54:45 +0000 (UTC) Received: (qmail 97753 invoked by uid 500); 5 Jul 2017 14:54:45 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 97718 invoked by uid 500); 5 Jul 2017 14:54:45 -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 97702 invoked by uid 99); 5 Jul 2017 14:54:45 -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; Wed, 05 Jul 2017 14:54:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73B07E96AC; Wed, 5 Jul 2017 14:54:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.apache.org Date: Wed, 05 Jul 2017 14:54:47 -0000 Message-Id: <00cae502f8554b5c9c913476d3670c44@git.apache.org> In-Reply-To: <70a7d0f084dc43bfa8503790005b4b8b@git.apache.org> References: <70a7d0f084dc43bfa8503790005b4b8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] tinkerpop git commit: fixed an apostrophe error noticed by @twilmes. fixed an apostrophe error noticed by @twilmes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/41c16fa7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/41c16fa7 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/41c16fa7 Branch: refs/heads/tp32 Commit: 41c16fa72d372ac0b3f8b42375cab0f6a81ca5e5 Parents: fb90f88 Author: Marko A. Rodriguez Authored: Fri Jun 30 14:33:02 2017 -0600 Committer: Marko A. Rodriguez Committed: Fri Jun 30 14:33:02 2017 -0600 ---------------------------------------------------------------------- docs/src/reference/the-traversal.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/41c16fa7/docs/src/reference/the-traversal.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index 3c52d5c..738255e 100644 --- a/docs/src/reference/the-traversal.asciidoc +++ b/docs/src/reference/the-traversal.asciidoc @@ -2580,7 +2580,7 @@ A Note on Scopes The `Scope` enum has two constants: `Scope.local` and `Scope.global`. Scope determines whether the particular step being scoped is with respects to the current object (`local`) at that step or to the entire stream of objects up to that -step ('global'). +step (`global`). [gremlin-groovy,modern] ----