Browse Source

[DOCS] Clarify nested datatype introduction (#31055)

Colin Goodheart-Smithe 7 years ago
parent
commit
d09d60858a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/mapping/types/nested.asciidoc

+ 2 - 2
docs/reference/mapping/types/nested.asciidoc

@@ -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