Update span-multi-term-query.asciidoc

Added comma - there is no "term range" query

Closes #9855
This commit is contained in:
cgp 2015-02-24 13:44:51 -05:00 committed by Clinton Gormley
parent e194fb3a07
commit b1e6df3b6c

View File

@ -2,7 +2,7 @@
=== Span Multi Term Query
The `span_multi` query allows you to wrap a `multi term query` (one of wildcard,
fuzzy, prefix, term range or regexp query) as a `span query`, so
fuzzy, prefix, term, range or regexp query) as a `span query`, so
it can be nested. Example:
[source,js]