Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 7f6e0ac

Browse files
author
Thanix
committed
Added missing newline for code block
1 parent c0983f4 commit 7f6e0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/mongodb.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ In case you are wondering, embedded documents can be queried using a dot-notatio
445445
We'll briefly talk about where embedded documents fit and how you should use them.
446446

447447
Combining the two concepts, we can even embed arrays of documents:
448+
448449
db.employees.insert({_id: ObjectId(
449450
"4d85c7039ab0fd70a117d735"),
450451
name: 'Chani',

0 commit comments

Comments
 (0)