Skip to content

Commit

Permalink
Update the-traversal.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Dec 20, 2023
1 parent 0f65119 commit 02ab4be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/reference/the-traversal.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3168,8 +3168,9 @@ the supplied predicate and if none of the items pass then the traverser is passe
filtered. Empty lists are passed along but null or non-iterable traversers are filtered out.
NOTE: Prior to version 4.0.0, `none()` was a traversal discarding step primarily used by `iterate()`. That version of
`none()` was deprecated in favor of discard in version 3.7.2 and removed in 4.0.0.
NOTE: Prior to release 4.0.0, `none()` was a traversal discarding step primarily used by `iterate()`. This step has
since been renamed to `discard()`
[gremlin-groovy,modern]
----
Expand Down

0 comments on commit 02ab4be

Please sign in to comment.