Skip to content

Commit

Permalink
doc: add missing semicolon
Browse files Browse the repository at this point in the history
PR-URL: #7915
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
ravindrabarthwal authored and cjihrig committed Aug 1, 2016
1 parent 0de55d8 commit 1658297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const obj3 = {
a : {
b : 1
}
}
};
const obj4 = Object.create(obj1);

assert.notDeepEqual(obj1, obj1);
Expand Down

0 comments on commit 1658297

Please sign in to comment.