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

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 7422282df1 chore: fix spelling error
7422282df1 is described below

commit 7422282df11fd682a034cd1bada032adfb466e0c
Author: James Daugherty <[email protected]>
AuthorDate: Fri Sep 19 09:21:48 2025 -0400

    chore: fix spelling error
---
 grails-doc/src/en/guide/upgrading/upgrading60x.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc 
b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
index e24764b15e..8fa4032de3 100644
--- a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
+++ b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
@@ -43,7 +43,7 @@ It is advisable to switch to the new form of the property.
 2. https://issues.apache.org/jira/browse/GROOVY-5169[GROOVY-5169] & 
https://issues.apache.org/jira/browse/GROOVY-10449[GROOVY-10449] - Fields with 
a public modifier were not returned with MetaClassImpl#getProperties() in 
groovy 3, but are now.
 3. Closures using the DELEGATE_FIRST strategy now behave differently.
 The resolution order in Groovy 3 used to be Delegate's invokeMethod, Owner's 
invokeMethod, Delegate's invokeMissingMethod, Owner's invokeMissingMethod.
-In Groovy 4, the order iw now Delegate's invokeMethod, Delegate's 
invokeMissingMethod, Owner's invokeMethod, Owner's invokeMissingMethod.
+In Groovy 4, the order is now Delegate's invokeMethod, Delegate's 
invokeMissingMethod, Owner's invokeMethod, Owner's invokeMissingMethod.
 4. Closures defined in a parent class that reference its private properties or 
methods may no longer have access to them in subclasses.
 See https://issues.apache.org/jira/browse/GROOVY-11568[GROOVY-11568] for more 
details.
 

Reply via email to