Skip to content

Commit 829e0bc

Browse files
authored
Merge pull request #16 from mongodb-developer/fix_missing_line_in_java_find_arrays
Added missing line in java find arrays
2 parents bd691fd + 424411c commit 829e0bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/11_find_arrays.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@
208208
"id": "1e62db28",
209209
"metadata": {},
210210
"source": [
211-
"## Don't make this mistake!"
211+
"## Don't make this mistake!",
212+
"\n",
213+
"The query below will try to find books that have exactly two genres (Poetry and Fiction) in the designated order. The query looks for an exact match of the array. Usually we want to search inside the array."
212214
]
213215
},
214216
{

0 commit comments

Comments
 (0)