Skip to content

Commit c81fed7

Browse files
authored
Fix typo in bson_init_static docs (#1815)
1 parent 7c2300c commit c81fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libbson/doc/bson_init_static.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Parameters
2121
Description
2222
-----------
2323

24-
The :symbol:`bson_init_static()` function shall shall initialize a read-only :symbol:`bson_t` on the stack using the data provided. No copies of the data will be made and therefore must remain valid for the lifetime of the :symbol:`bson_t`.
24+
The :symbol:`bson_init_static()` function shall initialize a read-only :symbol:`bson_t` on the stack using the data provided. No copies of the data will be made and therefore must remain valid for the lifetime of the :symbol:`bson_t`.
2525

2626
The resulting `bson_t` has internal references and therefore must not be copied to avoid dangling pointers in the copy.
2727

0 commit comments

Comments
 (0)