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/08/13 14:14:41 UTC

[royale-asjs] branch develop updated: core-iparent: update docs

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 2aa93b5  core-iparent: update docs
2aa93b5 is described below

commit 2aa93b5d737d1bba442b2af9f14830f027e4d727
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 13 16:14:30 2020 +0200

    core-iparent: update docs
---
 .../projects/Core/src/main/royale/org/apache/royale/core/IParent.as   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as
index 5d3e747..4c31c08 100755
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as
@@ -60,7 +60,7 @@ package org.apache.royale.core
         /**
          *  Gets the index of this subcomponent.
          * 
-         *  @param c The subcomponent to add.
+         *  @param c The subcomponent to retrieve the index.
          *  @return The index (zero-based).
          * 
          *  @langversion 3.0
@@ -94,7 +94,7 @@ package org.apache.royale.core
        function get numElements():int;
 
        /**
-        *  Get a component from the parent.
+        *  Get a component from the parent at specified index.
         * 
         *  @param c The index of the subcomponent.
         *