Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit b069817

Browse files
JamesMGreenejzaefferer
authored andcommitted
Assert: Minor cleanup for QUnit.assert documentation
Also dropped mention of QUnit.asyncTest. Closes #78
1 parent 4cf067c commit b069817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/QUnit.assert.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>QUnit.assert</title>
55
<desc>Namespace for QUnit assertions</desc>
66
<longdesc>
7-
<p>QUnit's built-in assertions are defined on the <code>QUnit.assert</code> object. This object is passed as the only argument to the <code>test</code> and <code>asyncTest</code> function.</p>
7+
<p>QUnit's built-in assertions are defined on the <code>QUnit.assert</code> object. An instance of this object is passed as the only argument to the <code>QUnit.test</code> function callback.</p>
88
<p>This object has properties for each of <a href="/category/assert/">QUnit's built-in assertion methods</a>.</p>
99
</longdesc>
1010
<example>

0 commit comments

Comments
 (0)