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

Commit a27062e

Browse files
committed
Merge pull request karlseguin#42 from Thanix/patch-1
Added missing newline for code block
2 parents c0983f4 + 7f6e0ac commit a27062e

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)