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

Fix a typo in libbson/doc/performance.page

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: 1.1.6
    • Component/s: Docs
    • None
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None

      It's in the demo code, where:

      bson_uint32_to_string (i, &key, str, sizeof str);

      should be:

      bson_uint32_to_string (i, &key, str, sizeof (str));

            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: