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 71d75ce Update strict-function-types.md updated the release number
this appears in to 1.0.0
71d75ce is described below
commit 71d75cefd494fd2f5cf057c86df87e087fb22484
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Apr 6 13:09:50 2026 -0300
Update strict-function-types.md updated the release number this appears in
to 1.0.0
---
features/as3/strict-function-types.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/features/as3/strict-function-types.md
b/features/as3/strict-function-types.md
index 6d2722a..54dad80 100644
--- a/features/as3/strict-function-types.md
+++ b/features/as3/strict-function-types.md
@@ -25,9 +25,9 @@ permalink: /features/as3/strict-function-types
-allow-strict-function-types
-[Apache Royale](https://royale.apache.org/){:target='\_blank'} adds support
for strict function types in [ActionScript](features/as3). Sometimes also
called _function type expressions_, strict function types allow developers to
require a function to have a compatible signature before it can be assigned to
a variable, passed as a function parameter, or returned from a method. Strict
function types are completely optional, and ActionScript still supports the
`Function` type that accepts an [...]
+Starting in **version 1.0.0**, [Apache
Royale](https://royale.apache.org/){:target='_blank'} adds support for strict
function types in [ActionScript](features/as3).
-_Requires Apache Royale 0.9.13 or newer._
+Sometimes also called _function type expressions_, strict function types allow
developers to require a function to have a compatible signature before it can
be assigned to a variable, passed as a function parameter, or returned from a
method. Strict function types are completely optional, and ActionScript still
supports the `Function` type that accepts any function, regardless of signature.
## Compiler option