We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edb7496 + ab8d695 commit db11e24Copy full SHA for db11e24
1 file changed
docs/40-CRUD/1-WHERE.mdx
@@ -129,7 +129,7 @@ Now, translate the following into a MongoDB query.
129
}
130
```
131
</div>
132
-
+ </TabItem>
133
<TabItem value="python" label="Python">
134
<div>
135
```python
@@ -142,7 +142,7 @@ Now, translate the following into a MongoDB query.
142
143
144
</TabItem>
145
- </TabItem><TabItem value="java" label="Java">
+ <TabItem value="java" label="Java">
146
147
```java
148
Bson filter = eq("totalInventory", 5);
0 commit comments