This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cfc9f80 2025/04/10 13:19:37: Generated dev website from
groovy-website@e6b32f2
cfc9f80 is described below
commit cfc9f80d921d118adc87b9e284770fba9734681f
Author: jenkins <[email protected]>
AuthorDate: Thu Apr 10 13:19:37 2025 +0000
2025/04/10 13:19:37: Generated dev website from groovy-website@e6b32f2
---
blog/exploring-gatherers4j.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog/exploring-gatherers4j.html b/blog/exploring-gatherers4j.html
index 6aafd28..491b84f 100644
--- a/blog/exploring-gatherers4j.html
+++ b/blog/exploring-gatherers4j.html
@@ -540,8 +540,8 @@ assert abc.stream()
</div>
<div class="paragraph">
<p>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.</p>
+there is no significant benefit to using streams here, and
<code>reverse</code> isn’t suitable
+for use when processing infinite streams.</p>
</div>
<div class="paragraph">
<p>The same applies for Groovy’s iterator implementation,