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

Fix a typo in libbson/doc/performance.page

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Trivial - P5 Trivial - P5
    • None
    • 1.1.6
    • docs
    • None
    • Fully Compatible

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: