You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by be...@apache.org on 2023/02/20 18:46:55 UTC

[tinkerpop] branch proposal_3 updated: Update proposal-3-remove-closures.asciidoc

This is an automated email from the ASF dual-hosted git repository.

bechbd pushed a commit to branch proposal_3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/proposal_3 by this push:
     new bfb676d357 Update proposal-3-remove-closures.asciidoc
bfb676d357 is described below

commit bfb676d357999c9655758c644b3cdf1ed0a4ae58
Author: Dave Bechberger <be...@users.noreply.github.com>
AuthorDate: Mon Feb 20 09:46:49 2023 -0900

    Update proposal-3-remove-closures.asciidoc
---
 docs/src/dev/future/proposal-3-remove-closures.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/dev/future/proposal-3-remove-closures.asciidoc b/docs/src/dev/future/proposal-3-remove-closures.asciidoc
index a00241e7e6..7de3695902 100644
--- a/docs/src/dev/future/proposal-3-remove-closures.asciidoc
+++ b/docs/src/dev/future/proposal-3-remove-closures.asciidoc
@@ -1152,7 +1152,7 @@ g.inject([1,2]).all([3])
 
 === `none()`
 
-Returns true if all items in the array `value` exist in the input
+Returns true if no items in the array `value` exist in the input
 
 ==== Signature(s)