Skip to content

Commit d98b2e7

Browse files
committed
docs: Add missing closing tag for Lodash entry.
1 parent 25da2ca commit d98b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrating_to_6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ The MongoDB node driver will always attempt to retry any operation for up to `se
544544
So, it will never run out of retries or try to reconnect to MongoDB.
545545

546546

547-
<h2 id="lodash-object-id"><a href="#lodash-object-id">Lodash <code>.isEmpty()</code> returns true for ObjectIds</h2>
547+
<h2 id="lodash-object-id"><a href="#lodash-object-id">Lodash <code>.isEmpty()</code> returns true for ObjectIds</a></h2>
548548

549549
Lodash's `isEmpty()` function returns true for primitives and primitive wrappers.
550550
`ObjectId()` is an object wrapper that is treated as a primitive by Mongoose.

0 commit comments

Comments
 (0)