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 b40b3c0134 fixed typo
b40b3c0134 is described below

commit b40b3c0134dbf3dde97be997d2328097153e9cd2
Author: Alexander Stohr <[email protected]>
AuthorDate: Fri Oct 7 16:37:39 2022 +0200

    fixed typo
    
    'an' -> 'and'
---
 subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc 
b/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc
index a438eb1717..500a1c687d 100644
--- a/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc
+++ b/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc
@@ -44,7 +44,7 @@ or map of objects.
 include::../test/UserGuideXmlSlurperTest.groovy[tags=testParseText,indent=0]
 ----
 
-<1> Parsing the XML an returning the root node as a GPathResult
+<1> Parsing the XML and returning the root node as a GPathResult
 <2> Checking we're using a GPathResult
 <3> Traversing the tree in a GPath style
 
@@ -54,7 +54,7 @@ 
include::../test/UserGuideXmlSlurperTest.groovy[tags=testParseText,indent=0]
 include::../test/UserGuideXmlParserTest.groovy[tags=testParseText,indent=0]
 ----
 
-<1> Parsing the XML an returning the root node as a Node
+<1> Parsing the XML and returning the root node as a Node
 <2> Checking we're using a Node
 <3> Traversing the tree in a GPath style
 

Reply via email to