Skip to content

Commit 4fdccb9

Browse files
Trottrvagg
authored andcommitted
doc: fix comma splice in Assertion Testing doc
This fixes a minor typographical error in the Assertion Testing doc. PR-URL: #2728 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
1 parent 1428661 commit 4fdccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Throws an exception that displays the values for `actual` and `expected` separat
1111

1212
## assert(value[, message]), assert.ok(value[, message])
1313

14-
Tests if value is truthy, it is equivalent to `assert.equal(true, !!value, message);`
14+
Tests if value is truthy. It is equivalent to `assert.equal(true, !!value, message)`.
1515

1616
## assert.equal(actual, expected[, message])
1717

0 commit comments

Comments
 (0)