[DOCS] Clarify nested datatype introduction (#31055)

This commit is contained in:
Colin Goodheart-Smithe 2018-06-06 09:32:45 +01:00 committed by GitHub
parent 0c9d4cb417
commit d09d60858a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
=== Nested datatype
The `nested` type is a specialised version of the <<object,`object`>> datatype
that allows arrays of objects to be indexed and queried independently of each
other.
that allows arrays of objects to be indexed in a way that they can be queried
independently of each other.
==== How arrays of objects are flattened