Skip to content

Commit 82f86f0

Browse files
authored
Merge pull request #53 from Meg528/patch-38
Update 10-types-of-arrays.mdx
2 parents b331038 + 21440ca commit 82f86f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/40-using-arrays/10-types-of-arrays.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
33

44
# 👐 Types of Arrays
55

6-
A JSON array can contain __simple values__ (scalar values) or __objects__. In our data, `books` have a scalar array of the `genres` this book belongs to. It also has several arrays of objects, like the `authors` of a book, `attributes` and `reviews`.
6+
A JSON array can contain __simple values__ (scalar values) or __objects__. In our data, `books` have a scalar array of the `genres` this book belongs to. It also has several arrays of objects, like the `authors` of a book, `attributes`, and `reviews`.
77

88
Let's get one book:
99

0 commit comments

Comments
 (0)