clean up a comment
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/75519a19 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/75519a19 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/75519a19 Branch: refs/heads/develop Commit: 75519a19779fb68468ec50b9752a1288357a42f8 Parents: d0bccb8 Author: Alex Harui <[email protected]> Authored: Fri Oct 24 11:43:35 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Oct 24 13:02:18 2014 -0700 ---------------------------------------------------------------------- .../projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/75519a19/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as ---------------------------------------------------------------------- diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as index a9e199a..0d06b50 100644 --- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as +++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as @@ -20,9 +20,9 @@ package org.apache.flex.core { /** * The ILayoutParent interface is the basic interface for the - * container that have an IBeadLayout. The layout implementation + * container views that have an IBeadLayout. The layout implementation * often needs to know certain things about other objects in - * the component. + * the view. * * @langversion 3.0 * @playerversion Flash 10.2
