Skip to content

Commit 1613f0f

Browse files
Andrewrozza
authored andcommitted
Fix javadoc (mongodb#393)
does --> doesn't
1 parent ac7bd96 commit 1613f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)