Skip to content

Commit 65ca2af

Browse files
ravindrabarthwalMylesBorins
authored andcommitted
doc: add missing semicolon
PR-URL: #7915 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0e2aba9 commit 65ca2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const obj3 = {
258258
a : {
259259
b : 1
260260
}
261-
}
261+
};
262262
const obj4 = Object.create(obj1);
263263

264264
assert.notDeepEqual(obj1, obj1);

0 commit comments

Comments
 (0)