fix another typo in rpc-spec: "tnumber" should read "number". reported by mwarning
This commit is contained in:
parent
4b0b73d893
commit
a810d6e946
|
@ -175,8 +175,8 @@
|
|||
peersSendingToUs | number | tr_stat
|
||||
percentDone | double | tr_stat
|
||||
pieces | string (see below) | tr_torrent
|
||||
pieceCount | tnumber | tr_info
|
||||
pieceSize | tnumber | tr_info
|
||||
pieceCount | number | tr_info
|
||||
pieceSize | number | tr_info
|
||||
priorities | array (see below) | n/a
|
||||
rateDownload (B/s) | number | tr_stat
|
||||
rateUpload (B/s) | number | tr_stat
|
||||
|
|
Loading…
Reference in New Issue