This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 9556abd138 Fixed doc
9556abd138 is described below
commit 9556abd1388bfc7ddd5f345c5f3396b8a1303031
Author: Yishay Weiss <[email protected]>
AuthorDate: Tue May 28 10:19:11 2024 +0300
Fixed doc
---
.../Core/src/main/royale/org/apache/royale/events/ValueChangeEvent.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/ValueChangeEvent.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/ValueChangeEvent.as
index 6fe51e85e6..225c7cf44e 100644
---
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/ValueChangeEvent.as
+++
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/ValueChangeEvent.as
@@ -103,7 +103,7 @@ package org.apache.royale.events
* A convenience method to create an instance of the ValueChangeEvent.
*
* @param source The source of the object.
- * @param name The name of the event.
+ * @param name The name of the property being changed
* @param oldValue The value before it was changed.
* @param newValue The value after it was changed.
* @return An instance of the ValueChangeEvent.