Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
Description
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];