Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-718

A typo in the document of mongoc_collection_find ()

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.2-beta0
    • Affects Version/s: 1.1.7
    • Component/s: docs
    • Labels:
      None

      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);

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            mapx Peng Xie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: