Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 c43a882a9 -> e1ef8b623


TINKERPOP-1988 Documentation fix on not() step CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7c7dddb7
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7c7dddb7
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7c7dddb7

Branch: refs/heads/tp33
Commit: 7c7dddb72e240cb3167d88aecd4de365589a1f2f
Parents: cfded11
Author: Stephen Mallette <[email protected]>
Authored: Wed Jun 20 06:23:38 2018 -0400
Committer: Stephen Mallette <[email protected]>
Committed: Wed Jun 20 06:23:38 2018 -0400

----------------------------------------------------------------------
 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7c7dddb7/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc 
b/docs/src/reference/the-traversal.asciidoc
index a7f64d5..b600b7a 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -1479,8 +1479,8 @@ 
link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/grem
 [[not-step]]
 === Not Step
 
-The `not()`-step (*filter*) removes objects from the traversal stream when the 
traversal provided as an argument does
-not return any objects.
+The `not()`-step (*filter*) removes objects from the traversal stream when the 
traversal provided as an argument
+returns an object.
 
 [gremlin-groovy,modern]
 ----

Reply via email to