Skip to content

Commit cd96fc7

Browse files
committed
fixup
1 parent 4075348 commit cd96fc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/assert.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ comparison operator ( `==` ).
3232

3333
This only considers enumerable properties. It does not test object prototypes,
3434
attached symbols, or non-enumerable properties. This can lead to some
35-
potentially surprising results. For this does not throw an `AssertionError`
36-
because the properties on the `Error` object are non-enumerable:
35+
potentially surprising results. For example, this does not throw an
36+
`AssertionError` because the properties on the `Error` object are
37+
non-enumerable:
3738

3839
// WARNING: This probably does not do what you expect!
3940
assert.deepEqual(Error('a'), Error('b'));

0 commit comments

Comments
 (0)