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 dc61211 commit bc48a5cCopy full SHA for bc48a5c
driver-core/src/main/com/mongodb/client/model/expressions/Expression.java
@@ -65,7 +65,7 @@
65
* they provide computational operations, the numeric types are less granular,
66
* and it offers multiple abstractions of certain types (document, map, entry).
67
* It differs from the corresponding Java types (such as {@code int},
68
- * {@link String}, {@link java.util.Map) in that the operations
+ * {@link String}, {@link java.util.Map}) in that the operations
69
* available differ, and in that an implementation of this API may be used to
70
* produce MQL in the form of BSON. (This API makes no guarantee regarding the
71
* BSON output produced by its implementation, which in any case may vary due
0 commit comments