Skip to content

Commit a8599e5

Browse files
committed
Typo fix (missed static classifier)
1 parent d6a0289 commit a8599e5

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)