Skip to content

Commit 7ed3931

Browse files
committed
Merge branch 'master' of github.com:funkatron/FUnit
2 parents 4265930 + 62cd7d8 commit 7ed3931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See the `example.php` file for more, or try running it with `php example.php`
7676
Assert that $a is truthy. Optional $msg describes the test
7777

7878
* **`FUnit::not_ok($a, $msg = null)`**
79-
Assert that $a is truthy. Optional $msg describes the test
79+
Assert that $a is not truthy. Optional $msg describes the test
8080

8181
* **`FUnit::equal($a, $b, $msg = null)`**
8282
Assert that $a == $b. Optional $msg describes the test

0 commit comments

Comments
 (0)