help: fix json syntax in example

This commit is contained in:
Frédéric Péters 2015-11-25 10:57:26 +01:00
parent cb7c3b02fa
commit 7d77379308
1 changed files with 2 additions and 2 deletions

View File

@ -40,11 +40,11 @@ L'adresse appelée doit répondre aux exigences suivantes :
{
"text": "Poire",
"id": "1"
}
},
{
"text": "Pomme",
"id": "2"
},
}
]
});</output></screen>