[CDRIVER-718] A typo in the document of mongoc_collection_find () Created: 21/Jun/15 Updated: 17/Aug/15 Resolved: 21/Jun/15 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | docs |
| Affects Version/s: | 1.1.7 |
| Fix Version/s: | 1.2-beta0 |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | Peng Xie | Assignee: | A. Jesse Jiryu Davis |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
In the EXAMPLE field: cursor = mongoc_collection_query (collection, MONGOC_QUERY_NONE, 0, 0, 0, query, NULL, NULL); should be cursor = mongoc_collection_find (collection, MONGOC_QUERY_NONE, 0, 0, 0, query, NULL, NULL); |