This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 2a56d5a1927024625f24c155b17c136377963ecc
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Dec 14 14:05:36 2022 -0800

    RoyaleUnit: fix docs on assertFalse()
---
 .../RoyaleUnit/src/main/royale/org/apache/royale/test/Assert.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/Assert.as
 
b/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/Assert.as
index 5256d6ad41..dd004fe173 100644
--- 
a/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/Assert.as
+++ 
b/frameworks/projects/RoyaleUnit/src/main/royale/org/apache/royale/test/Assert.as
@@ -88,7 +88,7 @@ package org.apache.royale.test
                }
 
                /**
-                * Asserts that the provided value is true (equivalent to 
testing the
+                * Asserts that the provided value is false (equivalent to 
testing the
                 * value in an <code>if(!value)</code> statement).
                 * 
                 * <p>Note: Type coercion may occur. The assertion will pass 
for any

Reply via email to