Skip to content

Commit

Permalink
Fix java doc for $set (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Jul 2, 2024
1 parent c4723c8 commit 5ec6241
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ trait Aggregate extends AsJava {
def addFields[TExpression](fields: List[(String, TExpression)]): Aggregate
def addFields[TExpression](fields: (String, TExpression)*): Aggregate = addFields(fields.toList)

/** Creates a $set pipeline stage for the specified projection
/** Creates a \$set pipeline stage for the specified projection
*
* @param fields
* the fields to add
* @return
* the $set pipeline stage
* the \$set pipeline stage
* @see
* Projections
* @since 4.3
Expand Down

0 comments on commit 5ec6241

Please sign in to comment.