Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
change added assertNotEqual to assertStrictNotEqual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Tomlinson committed Aug 29, 2011
1 parent 70942ab commit ed7b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-utils/docs/unit-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Each function which represents a test case is passed a single argument
</api>


<api name="assertNotEqual">
<api name="assertNotStrictEqual">
@method
Ensures that `a !== b` without recursing into `a` or `b`.

Expand Down

0 comments on commit ed7b111

Please sign in to comment.