From 1fd3354907c1b651ce2a84daba25a1214c00d1f6 Mon Sep 17 00:00:00 2001 From: Joe McBride Date: Thu, 3 Jan 2013 14:41:52 -0700 Subject: [PATCH] Fix typo in source/reference/operator/all.txt --- source/reference/operator/all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/all.txt b/source/reference/operator/all.txt index 989020de861..622d7e5cb0f 100644 --- a/source/reference/operator/all.txt +++ b/source/reference/operator/all.txt @@ -20,7 +20,7 @@ $all This query selects all documents in the ``inventory`` collection where the ``tags`` field contains an array with the elements, - ``appliances``, ``school``, and ``technology``. + ``appliances``, ``school``, and ``book``. Therefore, the above query will match documents in the ``inventory`` collection that have a ``tags`` field that hold *either* of the