You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/11_find_arrays.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@
208
208
"id": "1e62db28",
209
209
"metadata": {},
210
210
"source": [
211
-
"## Don't make this mistake!"
211
+
"## Don't make this mistake!",
212
212
"\n",
213
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."
0 commit comments