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 5035da6 Tweak GINQ doco
5035da6 is described below
commit 5035da64968089d0b4bbb6c5605770ce559b03fe
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Dec 19 19:16:47 2021 +0800
Tweak GINQ doco
---
subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
b/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
index 7de8581..afe44b2 100644
--- a/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
+++ b/subprojects/groovy-ginq/src/spec/doc/ginq-userguide.adoc
@@ -695,7 +695,7 @@ Also, GINQ provides some built-in window functions:
|agg(_expression_)
|any
|any
-|customizes the aggregation logic in _expression_ and returns single value
+|*INCUBATING*: customizes the aggregation logic in _expression_ and returns
single value
|===