Skip to content

Commit 979cdbf

Browse files
committed
RR feedback
1 parent 9d61749 commit 979cdbf

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

source/usage-examples/find.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,31 +91,23 @@ see the corresponding code output based on your collection's type parameter:
9191
"_id": ObjectId(
9292
"...",
9393
),
94-
9594
...
96-
9795
"name": String(
9896
"Cafe Un Deux Trois",
9997
),
100-
"restaurant_id": String(
101-
"40369461",
102-
),
98+
...
10399
}),
104100
),
105101
Some(
106102
Document({
107103
"_id": ObjectId(
108104
"...",
109105
),
110-
111106
...
112-
113107
"name": String(
114108
"Calliope",
115109
),
116-
"restaurant_id": String(
117-
"41665122",
118-
),
110+
...
119111
}),
120112
)
121113
...

source/usage-examples/findOne.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,11 @@ see the corresponding code output based on your collection's type parameter:
8686
"_id": ObjectId(
8787
"...",
8888
),
89-
9089
...
91-
9290
"name": String(
9391
"Tompkins Square Bagels",
9492
),
95-
"restaurant_id": String(
96-
"41605054",
97-
),
93+
...
9894
}),
9995
)
10096

0 commit comments

Comments
 (0)