You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/05 19:18:40 UTC

[royale-asjs] branch develop updated: fix comment

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 66e41e4  fix comment
66e41e4 is described below

commit 66e41e49826cb4a57f6eb1be9f0a2203f7e698ae
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Mar 5 20:18:11 2020 +0100

    fix comment
---
 .../royale/org/apache/royale/core/IIndexedItemRendererInitializer.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIndexedItemRendererInitializer.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIndexedItemRendererInitializer.as
index 655d662..10460f9 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIndexedItemRendererInitializer.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIndexedItemRendererInitializer.as
@@ -21,7 +21,7 @@ package org.apache.royale.core
     import org.apache.royale.core.IItemRendererOwnerView;
 
     /**
-     *  The IItemRendererInitializer interface is the basic interface for beads
+     *  The IIndexedItemRendererInitializer interface is the basic interface for beads
      *  that initialize properties on an IItemRenderer.  Simple implementations
      *  only assign the data and itemRendererOwnerView property, but others will 
      *  assign other properties if needed.