Commit 420588e9 by Tomas Dvorak

Merge pull request #73 from rutsky/patch-1

fix typo: "contraint"
parents 72a11c2a dddc89a9
......@@ -119,7 +119,7 @@ As you can see, Variety only traversed three levels deep.
Perhaps you have a large collection, or you only care about some subset of the documents.
One can apply a "query" contraint, which takes a standard Mongo query object, to filter the set of documents required before analysis.
One can apply a "query" constraint, which takes a standard Mongo query object, to filter the set of documents required before analysis.
$ mongo test --eval "var collection = 'users', query = {'caredAbout':true}" variety.js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment