Skip to content

Commit 572fd74

Browse files
authored
CDRIVER-4620 fixed documentation return type for bson_iter_as_double
1 parent 2f4308d commit 572fd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libbson/doc/bson_iter_as_double.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Synopsis
88

99
.. code-block:: c
1010
11-
bool
11+
double
1212
bson_iter_as_double (const bson_iter_t *iter);
1313
1414
Parameters

0 commit comments

Comments
 (0)