You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/07/25 15:28:37 UTC

[groovy] branch master updated: Fix typo

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

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new bb594bb  Fix typo
bb594bb is described below

commit bb594bba54e7b454164cd4f2c9b83b1c359a6372
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Jul 25 23:28:15 2021 +0800

    Fix typo
---
 subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc b/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
index e40c638..7de8581 100644
--- a/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
+++ b/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
@@ -103,14 +103,14 @@ For example,
 include::../test/org/apache/groovy/ginq/GinqTest.groovy[tags=ginq_method_01,indent=0]
 ----
 
-* Specify the return type as `List`:
+* Specify the result type as `List`:
 
 [source, groovy]
 ----
 include::../test/org/apache/groovy/ginq/GinqTest.groovy[tags=ginq_method_03,indent=0]
 ----
 [NOTE]
-GINQ supports many return types, e.g. `List`, `Set`, `Collection`, `Iterable`, `Iterator`, `java.util.stream.Stream` and array types.
+GINQ supports many result types, e.g. `List`, `Set`, `Collection`, `Iterable`, `Iterator`, `java.util.stream.Stream` and array types.
 
 * Enable parallel querying: