This is an automated email from the ASF dual-hosted git repository.
andreww 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 33873b3 Update as3.md minor text tweak
33873b3 is described below
commit 33873b37ae88452a2fc68a507754f4b32a539165
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Apr 9 10:27:37 2026 -0300
Update as3.md minor text tweak
---
features/as3.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/features/as3.md b/features/as3.md
index 156810c..314dd82 100644
--- a/features/as3.md
+++ b/features/as3.md
@@ -62,7 +62,7 @@ This document is divided into several sections:
## New ActionScript language features in Royale
-The Royale compiler extends the ActionScript language with useful, new
features. These language extensions are considered optional, and to use the new
syntax, you must enable certain compiler flags.
+The Royale compiler extends the ActionScript language with useful new
features. These language extensions are considered optional, and to use the new
syntax you must enable certain compiler flags.
The following new ActionScript features are available with the Royale compiler:
@@ -78,4 +78,4 @@ The following new ActionScript features are available with
the Royale compiler:
### Limitations of ActionScript language extensions
-Other ActionScript compilers, such as the one in the [Apache Flex
SDK](https://flex.apache.org/){:target='_blank'}, may not support Apache
Royale's extensions to the ActionScript language. Attemping to pass source code
or SWC libraries using these language extensions 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 any of Royale's extensions.
\ 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 support Apache
Royale's extensions to the ActionScript language. Attemping to pass source code
or SWC libraries using these language extensions 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 any of Royale's extensions.