Skip to content

Commit 424411c

Browse files
committed
Fixed missing comma that was missed when updating in last commit
1 parent e062c04 commit 424411c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/11_find_arrays.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"id": "1e62db28",
209209
"metadata": {},
210210
"source": [
211-
"## Don't make this mistake!"
211+
"## Don't make this mistake!",
212212
"\n",
213213
"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."
214214
]

0 commit comments

Comments
 (0)