You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/12 12:15:22 UTC

git commit: [flex-tlf] [refs/heads/develop] - Fix another ASDoc issue

Repository: flex-tlf
Updated Branches:
  refs/heads/develop c5cc3d085 -> a127e4b66


Fix another ASDoc issue

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: a127e4b666c6309691a7a72f050118e7b73f2e5e
Parents: c5cc3d0
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Dec 12 12:14:59 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Dec 12 12:14:59 2014 +0100

----------------------------------------------------------------------
 textLayout/src/flashx/textLayout/edit/SelectionManager.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/a127e4b6/textLayout/src/flashx/textLayout/edit/SelectionManager.as
----------------------------------------------------------------------
diff --git a/textLayout/src/flashx/textLayout/edit/SelectionManager.as b/textLayout/src/flashx/textLayout/edit/SelectionManager.as
index 42e1579..4c59fa4 100644
--- a/textLayout/src/flashx/textLayout/edit/SelectionManager.as
+++ b/textLayout/src/flashx/textLayout/edit/SelectionManager.as
@@ -584,7 +584,7 @@ package flashx.textLayout.edit
 		 * Indicates the type of selection. 
 		 * 
 		 * <p>The <code>selectionType</code> describes the kind of selection. 
-		 * It can either be <code>SelectionType.TEXT</code> or <code>SelectionType.CELLS</code>
+		 * It can either be <code>SelectionType.TEXT</code> or <code>SelectionType.CELLS</code></p>
 		 * 
 		 * @see flashx.textLayout.edit.SelectionType
 		 *