Skip to content

Commit 453e211

Browse files
committed
fix link to insert_one_result
1 parent 30ff97d commit 453e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/mongocxx-v3/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ auto insert_one_result = collection.insert_one(make_document(kvp("i", 0)));
212212
```
213213

214214
`insert_one_result` is an optional [`mongocxx::result::insert_one`]({{< api3ref
215-
classmongocxx_1_1v__noabi_1_1result_1_1insert_one >}}). In this example, `insert_one_result`
215+
classmongocxx_1_1v__noabi_1_1result_1_1insert__one >}}). In this example, `insert_one_result`
216216
is expected to be set. The default behavior for write operations is to wait for
217217
a reply from the server. This may be overriden by setting an unacknowledged
218218
[`mongocxx::write_concern`]({{< api3ref classmongocxx_1_1v__noabi_1_1write__concern >}}).

0 commit comments

Comments
 (0)