Skip to content

Commit c0e86e0

Browse files
committed
Fix scaladoc warning
1 parent faead70 commit c0e86e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-scala/src/main/scala/org/mongodb/scala/model/Projections.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Projections {
3535
* Creates a projection of a field whose value is computed from the given expression. Projection with an expression can be used in the
3636
* following contexts:
3737
* <ul>
38-
* <li>$project aggregation pipeline stage.</li>
38+
* <li>\$project aggregation pipeline stage.</li>
3939
* <li>Starting from MongoDB 4.4, it's also accepted in various find-related methods within the
4040
* `MongoCollection`-based API where projection is supported, for example:
4141
* <ul>

0 commit comments

Comments
 (0)