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

commit e8ba3e2218dc185e3e1fd0dab4f59ae02faf8faf
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Aug 21 10:10:58 2025 -0700

    abstract-classes: fix typos
---
 features/as3/abstract-classes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/as3/abstract-classes.md b/features/as3/abstract-classes.md
index 6e37fa0..944be25 100644
--- a/features/as3/abstract-classes.md
+++ b/features/as3/abstract-classes.md
@@ -117,4 +117,4 @@ Checking whether a class is abstract happens at 
compile-time only. However, by u
 
 If a SWC library contains 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, avoid using 
abstract classes and any of Royale's other [...]
+Other ActionScript compilers, such as the one in the [Apache Flex 
SDK](https://flex.apache.org/){:target='_blank'}, may not recognize or enforce 
abstract classes. Attemping to pass source code or SWC libraries that contain 
classes with abstract classes 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, avoid using abstract 
classes and any of Royale's other [extens [...]

Reply via email to