Skip to content

Commit 86e5234

Browse files
stIncMalevbabanin
andauthored
Update driver-core/src/main/com/mongodb/client/model/bulk/ClientBulkWriteResult.java
Co-authored-by: Viacheslav Babanin <[email protected]>
1 parent 3fc86bb commit 86e5234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
@Evolving
3636
public interface ClientBulkWriteResult {
3737
/**
38-
* Indicated whether this result was {@linkplain WriteConcern#isAcknowledged() acknowledged}.
38+
* Indicates whether this result was {@linkplain WriteConcern#isAcknowledged() acknowledged}.
3939
* If not, then all other methods throw {@link UnsupportedOperationException}.
4040
*
4141
* @return Whether this result was acknowledged.

0 commit comments

Comments
 (0)