fix mismatched curly bracket

This commit is contained in:
Hang Su 2014-09-25 17:08:31 -07:00 committed by Clinton Gormley
parent eaa0479261
commit dd62e50861
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ parameter:
{
"filtered" : {
"query" : { ... },
"filter" : { ... ],
"filter" : { ... },
"strategy": "leap_frog"
}
}