File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
driver-core/src/main/com/mongodb/client/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ private Filters() {
5454 }
5555
5656 /**
57- * Creates a filter that matches all documents where the value of _id field equalss the specified value. Note that this does
57+ * Creates a filter that matches all documents where the value of _id field equals the specified value. Note that this doesn't
5858 * actually generate a $eq operator, as the query language doesn't require it.
5959 *
6060 * @param value the value
@@ -69,7 +69,7 @@ public static <TItem> Bson eq(final TItem value) {
6969 }
7070
7171 /**
72- * Creates a filter that matches all documents where the value of the field name equals the specified value. Note that this does
72+ * Creates a filter that matches all documents where the value of the field name equals the specified value. Note that this doesn't
7373 * actually generate a $eq operator, as the query language doesn't require it.
7474 *
7575 * @param fieldName the field name
You can’t perform that action at this time.
0 commit comments