From 02ab4be464505f6093bfc72394580e0b0af6b2d0 Mon Sep 17 00:00:00 2001 From: Ryan Tan Date: Wed, 20 Dec 2023 14:32:56 -0800 Subject: [PATCH] Update the-traversal.asciidoc --- docs/src/reference/the-traversal.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index d571f027b76..16dce5358c2 100644 --- a/docs/src/reference/the-traversal.asciidoc +++ b/docs/src/reference/the-traversal.asciidoc @@ -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] ----