diff --git a/docs/rpc-spec.md b/docs/rpc-spec.md index 4e648fc6c..33096e1d6 100644 --- a/docs/rpc-spec.md +++ b/docs/rpc-spec.md @@ -467,7 +467,7 @@ Response arguments: * On success, a `torrent-added` object in the form of one of 3.3's torrent objects with the fields for `id`, `name`, and `hashString`. -* On failure due to a duplicate torrent existing, a `torrent-duplicate` object in the same form. +* When attempting to add a duplicate torrent, a `torrent-duplicate` object in the same form is returned, but the response's `result` value is still `success`. ### 3.5. Removing a Torrent