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