Fixed Missing commas in json example of Lookup (#3680)

This commit is contained in:
Joan Viladrosa 2016-11-15 06:56:18 +01:00 committed by Navis Ryu
parent bb26636289
commit 2df98bcaa6
1 changed files with 3 additions and 3 deletions

View File

@ -473,9 +473,9 @@ The second kind where it is not possible to pass at query time due to their size
```json
{
"type":"lookup"
"dimension":"dimensionName"
"outputName":"dimensionOutputName"
"type":"lookup",
"dimension":"dimensionName",
"outputName":"dimensionOutputName",
"name":"lookupName"
}
```