Skip to content

Commit ab8d695

Browse files
committed
Fix/totalInventory solution
1 parent edb7496 commit ab8d695

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/40-CRUD/1-WHERE.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Now, translate the following into a MongoDB query.
129129
}
130130
```
131131
</div>
132-
132+
</TabItem>
133133
<TabItem value="python" label="Python">
134134
<div>
135135
```python
@@ -142,7 +142,7 @@ Now, translate the following into a MongoDB query.
142142
```
143143
</div>
144144
</TabItem>
145-
</TabItem><TabItem value="java" label="Java">
145+
<TabItem value="java" label="Java">
146146
<div>
147147
```java
148148
Bson filter = eq("totalInventory", 5);

0 commit comments

Comments
 (0)