Skip to content

Commit ff1f4a0

Browse files
doc: update version number for assert function introduction
1 parent 0ff5338 commit ff1f4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ assertInstance.deepStrictEqual({ a: 1 }, { a: 2 });
243243
## `assert(value[, message])`
244244

245245
<!-- YAML
246-
added: v0.1.21
246+
added: v0.5.9
247247
-->
248248

249249
* `value` {any} The input that is checked for being truthy.

0 commit comments

Comments
 (0)