Skip to content

Commit

Permalink
[DOCS] Fix prefix_length data type (elastic#70075)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Mar 8, 2021
1 parent 25fc098 commit 093096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/intervals-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ edit distance defined by <<fuzziness>>. If the fuzzy expansion matches more tha
(Required, string) The term to match

`prefix_length`::
(Optional, string) Number of beginning characters left unchanged when creating
(Optional, integer) Number of beginning characters left unchanged when creating
expansions. Defaults to `0`.

`transpositions`::
Expand Down

0 comments on commit 093096c

Please sign in to comment.