Skip to content

Commit 141c503

Browse files
committed
Merge pull request #321 from grossws/patch-1
Typo fix (missed static classifier)
2 parents d6a0289 + a8599e5 commit 141c503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/content/builders/projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ be passed to any method that expects a projection.
1616
For brevity, you may choose to import the methods of the `Projections` class statically:
1717

1818
```java
19-
import com.mongodb.client.model.Projections.*;
19+
import static com.mongodb.client.model.Projections.*;
2020
```
2121

2222
All the examples below assume this static import.

0 commit comments

Comments
 (0)