Remove spurious array in error example

This commit is contained in:
David Baker 2015-04-24 09:56:42 +01:00
parent cfbc58c4fb
commit fa8d8a9f95

View file

@ -131,9 +131,7 @@ If the home server decides the attempt was unsuccessful, it returns an error
message in the standard format::
{
"errcode": [
"M_EXAMPLE_ERROR"
],
"errcode": "M_EXAMPLE_ERROR",
"error": "Something was wrong"
}