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

paulk 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 9620459329 add some doco on arrays into the GDK section (additional 
heading)
9620459329 is described below

commit 9620459329b4170a87596093f464fe5cd18d8f1d
Author: Paul King <[email protected]>
AuthorDate: Thu Sep 22 12:13:51 2022 +1000

    add some doco on arrays into the GDK section (additional heading)
---
 src/spec/doc/_working-with-arrays.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/spec/doc/_working-with-arrays.adoc 
b/src/spec/doc/_working-with-arrays.adoc
index eb686a0571..44bf36b656 100644
--- a/src/spec/doc/_working-with-arrays.adoc
+++ b/src/spec/doc/_working-with-arrays.adoc
@@ -48,6 +48,8 @@ item of a list:
 include::../test/gdk/WorkingWithArraysTest.groovy[tags=array_each,indent=0]
 ----------------------------------------------------------------------------
 
+=== Other useful methods
+
 There are numerous other GDK methods for working with arrays.
 Just be a little careful to read the documentation.
 For collections, there are some mutating methods which alter

Reply via email to