Skip to content

Commit 48b9e82

Browse files
committed
Fix syntax of typing in protocol.js.
1 parent 9617c68 commit 48b9e82

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

static/protocol.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,13 +1587,14 @@ Stream.prototype.setStatsInterval = function(ms) {
15871587
* any -> cancelled -> closed
15881588
*
15891589
*
1590-
* @parm {ServerConnection} sc
1591-
* @parm {string} userid
1592-
* @parm {string} rid
1593-
* @parm {boolean} up
1594-
* @parm {string} username
1595-
* @parm {string} mimetype
1596-
* @parm {number} size
1590+
* @param {ServerConnection} sc
1591+
* @param {string} userid
1592+
* @param {string} id
1593+
* @param {boolean} up
1594+
* @param {string} username
1595+
* @param {string} name
1596+
* @param {string} mimetype
1597+
* @param {number} size
15971598
* @constructor
15981599
*/
15991600
function TransferredFile(sc, userid, id, up, username, name, mimetype, size) {

0 commit comments

Comments
 (0)