Skip to content

Commit 55d6494

Browse files
committed
Update README.md
Fixed the description for the `empty()` assertion.
1 parent 2203b09 commit 55d6494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ expect(null).to.not.exist();
406406

407407
#### `empty()`
408408

409-
Asserts that the reference value has a non-zero `length` property or an object with at least one key.
409+
Asserts that the reference value has a `length` property equal to zero or an object with no keys.
410410

411411
```js
412412
var Code = require('code');

0 commit comments

Comments
 (0)