File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
driver-scala/src/main/scala/org/mongodb/scala Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ case class AggregateObservable[TResult](private val wrapped: AggregatePublisher[
124124 * For MongoDB 5.0+, the aggregate command accepts a "let" option. This option is a document consisting of zero or more
125125 * fields representing variables that are accessible to the aggregation pipeline. The key is the name of the variable and the value is
126126 * a constant in the aggregate expression language. Each parameter name is then usable to access the value of the corresponding
127- * expression with the "$$" syntax within aggregate expression contexts which may require the use of $expr or a pipeline.
127+ * expression with the "$$" syntax within aggregate expression contexts which may require the use of '\ $expr' or a pipeline.
128128 *
129129 * @param variables the variables
130130 * @return this
You can’t perform that action at this time.
0 commit comments