You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/content/builders/projections.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ title = "Projections"
10
10
## Projections
11
11
12
12
The [`Projections`]({{< apiref "mongodb-driver-core" "com/mongodb/client/model/Projections" >}}) class provides static factory methods for all the MongoDB
13
-
projection opererators. Each method returns an instance of the [`Bson`]({{< relref "bson/documents.md#bson" >}}) type, which can in turn
13
+
projection operators. Each method returns an instance of the [`Bson`]({{< relref "bson/documents.md#bson" >}}) type, which can in turn
14
14
be passed to any method that expects a projection.
15
15
16
16
For brevity, you may choose to import the methods of the `Projections` class statically:
Copy file name to clipboardExpand all lines: docs/reference/content/driver-scala/builders/projections.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ title = "Projections"
11
11
## Projections
12
12
13
13
The [`Projections`]({{< apiref "mongo-scala-driver" "org/mongodb/scala/model/Projections$" >}}) class provides static factory methods for all the MongoDB
14
-
projection opererators. Each method returns an instance of the [`Bson`]({{< relref "bson/documents.md#bson" >}}) type, which can in turn
14
+
projection operators. Each method returns an instance of the [`Bson`]({{< relref "bson/documents.md#bson" >}}) type, which can in turn
15
15
be passed to any method that expects a projection.
16
16
17
17
For brevity, you may choose to import the methods of the `Projections` class statically:
0 commit comments