Skip to content

Commit bde6ade

Browse files
minor: fix bulk_write doc typo (#1266)
1 parent 31ae5a2 commit bde6ade

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/action/bulk_write.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ impl Client {
2020
/// [here](https://www.mongodb.com/docs/manual/core/retryable-writes/) for more information on
2121
/// retryable writes.
2222
///
23-
/// `await` will return d[`Result<SummaryBulkWriteResult`] or d[`Result<VerboseBulkWriteResult`]
24-
/// if [`verbose_results`](BulkWrite::verbose_results) is configured.
23+
/// `await` will return d[`Result<SummaryBulkWriteResult>`] or
24+
/// d[`Result<VerboseBulkWriteResult>`] if [`verbose_results`](BulkWrite::verbose_results)
25+
/// is configured.
2526
///
2627
/// Bulk write is only available on MongoDB 8.0+.
2728
#[deeplink]

0 commit comments

Comments
 (0)