[CDRIVER-692] Fix a typo in libbson/doc/performance.page Created: 01/Jun/15  Updated: 03/May/17  Resolved: 03/Jun/15

Status: Closed
Project: C Driver
Component/s: docs
Affects Version/s: 1.1.6
Fix Version/s: None

Type: Bug Priority: Trivial - P5
Reporter: Peng Xie Assignee: A. Jesse Jiryu Davis
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: 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));



 Comments   
Comment by Peng Xie [ 02/Jun/15 ]

The pull request has been closed when I knew both ways work.

Generated at Wed Feb 07 21:10:19 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.