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
The following commit(s) were added to refs/heads/master by this push: new d7215b5 metadata: fix unnecessary punctuation d7215b5 is described below commit d7215b58ca61bb0e097feabfb75f3600ebaca8df Author: Josh Tynjala <joshtynj...@apache.org> AuthorDate: Thu May 29 17:41:23 2025 -0700 metadata: fix unnecessary punctuation --- features/as3/metadata.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/as3/metadata.md b/features/as3/metadata.md index 73cd248..6ddc4c2 100644 --- a/features/as3/metadata.md +++ b/features/as3/metadata.md @@ -332,8 +332,8 @@ When adding `[Exclude]` metadata, it should include two fields, `name`, and `kin - `property` - `method` - `event` -- `style`, -- `effect`. +- `style` +- `effect` The following example excludes the `alpha` property defined in `UIBase` from a class that extends `UIBase`. @@ -727,4 +727,4 @@ To access metadata defined on a member of the class, find the member inside prop - `accessors` and `staticAccessors` return arrays populated with `AccessorDefinition` instances. - `methods` and `staticMethods` return arrays populated with `MethodDefinition` instances. -Similar to `TypeDefinition`, these member definitions each have a `metadata` property and a `retrieveMetaDataByName()` method. \ No newline at end of file +Similar to `TypeDefinition`, these member definitions each have a `metadata` property and a `retrieveMetaDataByName()` method.