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

Typo in C driver bson description

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 0.8.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Here, http://api.mongodb.org/c/0.8/bson.html, in the section titled "Reading BSON objects," the third piece of example code in the section reads:

      bson_iterator i[1], sub[i];

      where it should be

      bson_iterator i[1], sub[1];

            Assignee:
            gjmurakami Gary Murakami
            Reporter:
            jacob.ribnik@mongodb.com Jacob Ribnik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: