We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 944b971 + 3db1922 commit a9d5424Copy full SHA for a9d5424
1 file changed
README.md
@@ -78,7 +78,7 @@ MongoCollection<Document> collection = ....;
78
79
//The parseAndFind method will parse the query and return a MongoDB FindIterable. you can also use the parseAndApply method
80
//to set the parameters on an existing FindIterable object.
81
-FindIterable<Document> result = parser.parseAndFind(collection, collection, query, context);
+FindIterable<Document> result = parser.parseAndFind(collection, query, context);
82
83
```
84
0 commit comments