Skip to content

Commit 21440ca

Browse files
authored
Update 10-types-of-arrays.mdx
1 parent b736a97 commit 21440ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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

@@ -151,4 +151,4 @@ I got this one. (It can change depending on the data source you imported.)
151151
"value": "0002005018"
152152
}
153153
],
154-
```
154+
```

0 commit comments

Comments
 (0)