Update completion-suggest.asciidoc

Removed trailing comma.
This commit is contained in:
Christoph Büscher 2016-04-22 14:00:37 +02:00
parent c5ad2e2865
commit a1c9025eaa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ PUT music/song/_mapping
"properties" : {
...
"suggest" : {
"type" : "completion",
"type" : "completion"
}
}
}