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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e6b32f2  draft gatherers4j blog post (minor tweaks)
e6b32f2 is described below

commit e6b32f283419e96407bcfd677750f0aebde538a3
Author: Paul King <[email protected]>
AuthorDate: Thu Apr 10 22:39:02 2025 +1000

    draft gatherers4j blog post (minor tweaks)
---
 site/src/site/blog/exploring-gatherers4j.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/site/blog/exploring-gatherers4j.adoc 
b/site/src/site/blog/exploring-gatherers4j.adoc
index fdf3ca8..251a4ab 100644
--- a/site/src/site/blog/exploring-gatherers4j.adoc
+++ b/site/src/site/blog/exploring-gatherers4j.adoc
@@ -442,8 +442,8 @@ assert abc.stream()
 ----
 
 Since the whole stream is examined before outputting elements,
-there is no significant benefit to using streams here and it isn't suitable
-for processing infinite streams.
+there is no significant benefit to using streams here, and `reverse` isn't 
suitable
+for use when processing infinite streams.
 
 The same applies for Groovy's iterator implementation,
 but Groovy, like Gatherers4j, offers a `reverse` extension method anyway:

Reply via email to