Remove spurious array in error example

pull/977/head
David Baker 9 years ago
parent cfbc58c4fb
commit fa8d8a9f95

@ -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"
}

Loading…
Cancel
Save