We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc86bb commit 86e5234Copy full SHA for 86e5234
driver-core/src/main/com/mongodb/client/model/bulk/ClientBulkWriteResult.java
@@ -35,7 +35,7 @@
35
@Evolving
36
public interface ClientBulkWriteResult {
37
/**
38
- * Indicated whether this result was {@linkplain WriteConcern#isAcknowledged() acknowledged}.
+ * Indicates whether this result was {@linkplain WriteConcern#isAcknowledged() acknowledged}.
39
* If not, then all other methods throw {@link UnsupportedOperationException}.
40
*
41
* @return Whether this result was acknowledged.
0 commit comments