Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix inconsistencies in code style
Added missing semicolon
  • Loading branch information
ravindrabarthwal authored Jul 29, 2016
commit e5048b8f755e430d4ada695adc214bfcc1cd4fe1
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