fix a misplaced comma in the rpc spec's JSON example

This commit is contained in:
Charles Kerr 2008-08-19 16:36:59 +00:00
parent 03520624e6
commit f205d487c6
1 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@
{
"arguments": {
"fields": [ "id", "name", "totalSize" ]
}
},
"method": "torrent-get",
"tag": 39693
}
@ -229,12 +229,12 @@
"id": 10,
"name": "Fedora x86_64 DVD",
"totalSize", 34983493932,
}
},
{
"id": 7,
"name": "Ubuntu x86_64 DVD",
"totalSize", 9923890123,
},
}
]
},
"result": "success",