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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-tlf.git


The following commit(s) were added to refs/heads/develop by this push:
     new c0d74aa  TextFlowEdit: fix typo in docs (closes #6)
c0d74aa is described below

commit c0d74aa5bf783b04e96264cfe4ac3492219f8a2a
Author: Josh Tynjala <joshtynj...@apache.org>
AuthorDate: Mon Mar 4 15:43:40 2024 -0800

    TextFlowEdit: fix typo in docs (closes #6)
    
    Co-Authored-By: Jimmy Casey <jimmyca...@users.noreply.github.com>
---
 textLayout/src/flashx/textLayout/edit/TextFlowEdit.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as 
b/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
index 491994c..848bc83 100644
--- a/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
+++ b/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
@@ -623,7 +623,7 @@ package flashx.textLayout.edit
                /**
                 * @private
                 * findAndSplitElement - starting at the child 
<code>elementIdx</code> of <code>fbe</code>, iterate
-                * through the elements untill we find the one located at the 
aboslute index of <code>startIdx</code>. Upon
+                * through the elements until we find the one located at the 
aboslute index of <code>startIdx</code>. Upon
                 * locating the child, split either the element itself OR its 
children based on the value of <code>splitSubBlockContents</code>
                 * 
                 * @param fbe:FlowGroupElement - the FBE into which the newSPB 
is being inserted.

Reply via email to