From 6e5ccb8fdac4465e7d5f6bfd543fc10259d9b772 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Fri, 6 Apr 2012 14:25:28 -0700 Subject: [PATCH] docs typo --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index 87c308a7102..8840b10232b 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -738,7 +738,7 @@

Cursors

// Matches documents where age is greater than 18 {age: {$gt: 18}} - // Also matches documents where tags is an array containing "today" + // Also matches documents where tags is an array containing "popular" {tags: "popular"} // Matches documents where fruit is one of three possibilities