Skip to content

Commit a4bf4d0

Browse files
committed
Fix typos in API docs
JAVA-5527
1 parent fb134f8 commit a4bf4d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver-core/src/main/com/mongodb/client/model/bulk/ClientInsertOneResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* The result of a successful {@linkplain ClientNamespacedWriteModel individual insert one operation}.
27-
* Note that {@link WriteConcernError}s are not considered as making individuals operations unsuccessful.
27+
* Note that {@link WriteConcernError}s are not considered as making individual operations unsuccessful.
2828
*
2929
* @since 5.3
3030
*/

driver-core/src/main/com/mongodb/client/model/bulk/ClientUpdateResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* The result of a successful {@linkplain ClientNamespacedWriteModel individual update or replace operation}.
26-
* Note that {@link WriteConcernError}s are not considered as making individuals operations unsuccessful.
26+
* Note that {@link WriteConcernError}s are not considered as making individual operations unsuccessful.
2727
*
2828
* @since 5.3
2929
*/

0 commit comments

Comments
 (0)