Просмотр исходного кода

fix typo (#103149) (#103381)

Fixed a typo and a small grammatical error in the explanation of the `null_value` option

(cherry picked from commit fa52f8283893fc40f7f03ce93fa9325026b78683)

Co-authored-by: Nimrod Dolev <nimrodavid@gmail.com>
Abdon Pijpelink 1 год назад
Родитель
Сommit
1612ad1d65
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/reference/mapping/types/flattened.asciidoc

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

@@ -294,8 +294,8 @@ The following mapping parameters are accepted:
 <<null-value,`null_value`>>::
 
     A string value which is substituted for any explicit `null` values within
-    the flattened object field. Defaults to `null`, which means null sields are
-    treated as if it were missing.
+    the flattened object field. Defaults to `null`, which means null fields are
+    treated as if they were missing.
 
 <<similarity,`similarity`>>::