Github user twilmes commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/647#discussion_r125122546
--- Diff: docs/src/reference/the-traversal.asciidoc ---
@@ -2574,6 +2574,58 @@ possible at the current, local vertex. What it can't
compute without referencing
into a barrier collection. When there are no more traversers at the local
vertex, the barriered traversers are the
messages that are propagated to remote vertices for further processing.
+[[a-note-on-scopes]]
+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').
--- End diff --
Should these 'global' be `global`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---