Skip to content

Commit 150fb07

Browse files
committed
Fix Scaladoc warning
1 parent fbcb73e commit 150fb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-scala/src/main/scala/org/mongodb/scala/AggregateObservable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)