Skip to content

Commit b6285dd

Browse files
authored
Merge pull request #59 from Meg528/patch-44
Update 80-array-sizes.mdx
2 parents 7613113 + 52f10a3 commit b6285dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/40-using-arrays/80-array-sizes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
# 🦸 Size of an array
4+
# 🦸 Size of an Array
55

66
What if we want to know how many aliases an author has? To do that, we can use `$size`, adding the array field that we're interested in:
77

@@ -87,7 +87,7 @@ db.authors.aggregate([
8787
</details>
8888

8989

90-
👐 Find books with exactly three genres (We can $match using `{ {"bookCount": -1}}`.)
90+
👐 Find books with exactly three genres (we can $match using `{ {"bookCount": -1}}`).
9191

9292

9393
<details>
@@ -134,4 +134,4 @@ db.books.aggregate([
134134
</Tabs>
135135

136136
</div>
137-
</details>
137+
</details>

0 commit comments

Comments
 (0)