Skip to content

Commit 1fd3354

Browse files
committed
Fix typo in source/reference/operator/all.txt
1 parent 8bfdb28 commit 1fd3354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $all
2020

2121
This query selects all documents in the ``inventory`` collection
2222
where the ``tags`` field contains an array with the elements,
23-
``appliances``, ``school``, and ``technology``.
23+
``appliances``, ``school``, and ``book``.
2424

2525
Therefore, the above query will match documents in the ``inventory``
2626
collection that have a ``tags`` field that hold *either* of the

0 commit comments

Comments
 (0)