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 18f3a05a5e4ea7554aac425c900ed493b545ef20
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Aug 21 10:11:32 2025 -0700

    verbatim-strings: minor tweak... will => may
---
 features/as3/verbatim-strings.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/as3/verbatim-strings.md b/features/as3/verbatim-strings.md
index 95a41a6..3e3738e 100644
--- a/features/as3/verbatim-strings.md
+++ b/features/as3/verbatim-strings.md
@@ -57,4 +57,4 @@ one\ntwo
 
 ## Limitations of verbatim strings in Royale
 
-Other ActionScript compilers, such as the one in the [Apache Flex 
SDK](https://flex.apache.org/){:target='_blank'}, may not recognize verbatim 
strings. Attemping to pass ActionScript or MXML source code that contains 
verbatim strings to another compiler will result in compile-time errors. In 
other words, to write 100% portable ActionScript code that works with any 
compiler, avoid using verbatim strings and any of Royale's other [extensions to 
the ActionScript language](features/as3#new-a [...]
+Other ActionScript compilers, such as the one in the [Apache Flex 
SDK](https://flex.apache.org/){:target='_blank'}, may not recognize verbatim 
strings. Attemping to pass ActionScript or MXML source code that contains 
verbatim strings to another compiler may result in compile-time errors. In 
other words, to write 100% portable ActionScript code that works with any 
compiler, avoid using verbatim strings and any of Royale's other [extensions to 
the ActionScript language](features/as3#new-ac [...]

Reply via email to