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 7d70987 Update the user guide of GINQ
7d70987 is described below
commit 7d709879e366eb6f9e38b4371af0975a36722223
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Dec 12 22:16:59 2020 +0800
Update the user guide of GINQ
---
subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc | 5 +++--
1 file changed, 3 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 3d140e8..f8bf655 100644
--- a/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
+++ b/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
@@ -471,5 +471,6 @@
include::../test/org/apache/groovy/ginq/GinqTest.groovy[tags=ginq_examples_01,in
----
==== More examples
-link:
https://github.com/apache/groovy/blob/master/subprojects/groovy-ginq/src/spec/test/org/apache/groovy/ginq/GinqTest.groovy[GINQ
examples]
-
+link: the latest
https://github.com/apache/groovy/blob/master/subprojects/groovy-ginq/src/spec/test/org/apache/groovy/ginq/GinqTest.groovy[GINQ
examples]
+[NOTE]
+Some examples in the above link require the latest SNAPSHOT version of Groovy
to run.