Merge pull request #14024 from ankon/patch-2

Remove excess comma in code block
This commit is contained in:
Clinton Gormley 2015-10-08 18:07:50 +02:00
commit 99e4302e46
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ might return:
"_index": "my_index",
"_type": "my_type",
"_id": "1",
"_timestamp": 10000000, <1>,
"_timestamp": 10000000, <1>
"_source": {
"foo" : [ "bar" ]
}