Skip to content

Commit 3ad52c2

Browse files
stenniejeff-allen-mongo
authored andcommitted
DOCS-14743: Off-by-one error in one-to-many document example
1 parent 6fe7b6b commit 3ad52c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/model-embedded-one-to-many-relationships-between-documents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ the collection into two collections:
160160
}
161161
...
162162
{
163-
"review_id": 776,
163+
"review_id": 777,
164164
"review_author": "Pablo",
165165
"review_text": "Amazing!",
166166
"published_date": ISODate("2019-02-16")

0 commit comments

Comments
 (0)