You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/04/27 01:01:21 UTC

[royale-docs] branch master updated: fixed typo

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

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ad5806  fixed typo
2ad5806 is described below

commit 2ad580698cd40933b5e0e33a994708dde41dd9ce
Author: Josh Tynjala <jo...@gmail.com>
AuthorDate: Fri Apr 26 18:01:06 2019 -0700

    fixed typo
---
 Welcome/Features/actionscript/abstract-classes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Welcome/Features/actionscript/abstract-classes.md b/Welcome/Features/actionscript/abstract-classes.md
index bfea269..3015911 100644
--- a/Welcome/Features/actionscript/abstract-classes.md
+++ b/Welcome/Features/actionscript/abstract-classes.md
@@ -112,4 +112,4 @@ Checking whether a class is abstract happens at compile-time only. However, by u
 
 If a SWC library contains classes with abstract classes, applications using that library must also enable abstract classes before the compiler will enforce any restrictions.
 
-Other ActionScript compilers, such as the one in the [Apache Flex SDK](https://flex.apache.org/){:target='_blank'}, may not recognize or enforce private constructors. Attemping to pass source code or SWC libraries that contain classes with private constructors to another compiler may result in compile-time errors or unexpected behavior at run-time. In other words, to write 100% portable ActionScript code that works with any compiler, you should avoid using private constructors and any of [...]
\ No newline at end of file
+Other ActionScript compilers, such as the one in the [Apache Flex SDK](https://flex.apache.org/){:target='_blank'}, may not recognize or enforce private constructors. Attemping to pass source code or SWC libraries that contain classes with private constructors to another compiler may result in compile-time errors or unexpected behavior at run-time. In other words, to write 100% portable ActionScript code that works with any compiler, you should avoid using abstract classes and any of Roy [...]
\ No newline at end of file