Repository: flex-sdk
Updated Branches:
  refs/heads/develop 347b08316 -> 98c9446c1


FLEX-33311 Correcting some typos in the asdoc.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8bb90031
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8bb90031
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8bb90031

Branch: refs/heads/develop
Commit: 8bb90031f9cda5c39183c82659e7f2b609f6a494
Parents: 347b083
Author: Mihai Chira <[email protected]>
Authored: Wed Aug 17 11:27:40 2016 +0200
Committer: Mihai Chira <[email protected]>
Committed: Wed Aug 17 11:27:40 2016 +0200

----------------------------------------------------------------------
 .../projects/spark/src/spark/layouts/ConstraintLayout.as       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8bb90031/frameworks/projects/spark/src/spark/layouts/ConstraintLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/layouts/ConstraintLayout.as 
b/frameworks/projects/spark/src/spark/layouts/ConstraintLayout.as
index 64db42d..4953917 100644
--- a/frameworks/projects/spark/src/spark/layouts/ConstraintLayout.as
+++ b/frameworks/projects/spark/src/spark/layouts/ConstraintLayout.as
@@ -83,7 +83,7 @@ use namespace mx_internal;
  *    and <code>right</code> constraints.</li>
  * 
  *    <li>If the element has both <code>top</code> and <code>bottom</code> 
constraints, 
- *    it's height is set to be the container's height minus the 
<code>top</code> 
+ *    it's height is set to be the container's height minus the 
<code>top</code>
  *    and <code>bottom</code> constraints.</li>
  *
  *    <li>The element is set to its preferred width and/or height.</li>
@@ -96,12 +96,12 @@ use namespace mx_internal;
  *    the vertical direction such that its <code>baselinePosition</code> 
(usually the base line
  *    of its first line of text) is aligned with <code>baseline</code> 
constraint.</li>
  *
- *    <li>If element's <code>top</code> or <code>left</code> constraints 
+ *    <li>If element's <code>top</code> or <code>left</code> constraints
  *    are specified, then the element is
  *    positioned such that the top-left corner of the element's layout bounds 
is
  *    offset from the top-left corner of the container by the specified 
values.</li>
  *
- *    <li>If element's <code>bottom</code> or <code>right</code> constraints 
are specified, 
+ *    <li>If element's <code>bottom</code> or <code>right</code> constraints 
are specified,
  *    then the element is positioned such that the bottom-right corner 
  *    of the element's layout bounds is
  *    offset from the bottom-right corner of the container by the specified 
values.</li>

Reply via email to