From d82fedd40f6475fa676c4fc7e974b0c76b827faa Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:38:58 -0700 Subject: [PATCH] Update 10-types-of-arrays.mdx --- docs/40-using-arrays/10-types-of-arrays.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/40-using-arrays/10-types-of-arrays.mdx b/docs/40-using-arrays/10-types-of-arrays.mdx index 57f09c28..93f37f7d 100644 --- a/docs/40-using-arrays/10-types-of-arrays.mdx +++ b/docs/40-using-arrays/10-types-of-arrays.mdx @@ -1,7 +1,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# 👐 Types of arrays +# 👐 Types of Arrays 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`. @@ -151,4 +151,4 @@ I got this one. (It can change depending on the data source you imported.) "value": "0002005018" } ], -``` \ No newline at end of file +```