Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: Update assert module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and bnoordhuis committed Oct 2, 2011
1 parent 8c8d518 commit f4f037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/assert.markdown
Expand Up @@ -7,7 +7,7 @@ access it with `require('assert')`.

Throws an exception that displays the values for `actual` and `expected` separated by the provided operator.

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

Tests if value is a `true` value, it is equivalent to `assert.equal(true, value, message);`

Expand Down

0 comments on commit f4f037a

Please sign in to comment.