Skip to content

Commit 4c3cac5

Browse files
committed
Merge pull request #29 from sibartlett/patch-1
Fixed the description for the empty() assertion in README.md
2 parents 2203b09 + 55d6494 commit 4c3cac5

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)