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 3dfc9e7701 fix typo dor -> for
3dfc9e7701 is described below

commit 3dfc9e7701bb0de34fbdc773c57d97bd143d31f5
Author: Andrey Bozhko <andyboz...@gmail.com>
AuthorDate: Mon Nov 20 19:09:44 2023 -0600

    fix typo dor -> for
---
 src/main/java/groovy/lang/MetaClassImpl.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/groovy/lang/MetaClassImpl.java 
b/src/main/java/groovy/lang/MetaClassImpl.java
index bdb4141484..184ba97618 100644
--- a/src/main/java/groovy/lang/MetaClassImpl.java
+++ b/src/main/java/groovy/lang/MetaClassImpl.java
@@ -184,7 +184,7 @@ public class MetaClassImpl implements MetaClass, 
MutableMetaClass {
     /**
      * Constructor
      *
-     * @param theClass The class this is the metaclass dor
+     * @param theClass The class this is the metaclass for
      * @param add      The methods for this class
      */
     public MetaClassImpl(final Class theClass, final MetaMethod[] add) {
@@ -207,7 +207,7 @@ public class MetaClassImpl implements MetaClass, 
MutableMetaClass {
     /**
      * Constructor that sets the methods to null
      *
-     * @param theClass The class this is the metaclass dor
+     * @param theClass The class this is the metaclass for
      */
     public MetaClassImpl(final Class theClass) {
         this(theClass, null);

Reply via email to