This is an automated email from the ASF dual-hosted git repository. harbs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git
commit c55426670adedc5fb0593fcf6af760ceb7c29f00 Author: Harbs <[email protected]> AuthorDate: Sun Dec 19 14:49:17 2021 +0200 wip comment --- features/as3/vectors.md | 2 ++ features/as3/xml.md | 1 + 2 files changed, 3 insertions(+) diff --git a/features/as3/vectors.md b/features/as3/vectors.md index 2f46b27..faa16b8 100644 --- a/features/as3/vectors.md +++ b/features/as3/vectors.md @@ -24,6 +24,8 @@ permalink: /features/as3/vectors Vectors in ActionScript 3 +*Warning: This document is a work-in-progress/undergoing review.* + ## Vectors and Arrays Why use vectors. Differences between vectors and arrays... diff --git a/features/as3/xml.md b/features/as3/xml.md index ecd2211..06a7c12 100644 --- a/features/as3/xml.md +++ b/features/as3/xml.md @@ -24,6 +24,7 @@ permalink: /features/as3/xml XML in ActionScript 3 +*Warning: This document is a work-in-progress/undergoing review.* ## XML: a first class citizen ActionScript has support for XML as a native type.
