Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-01-15 00:12:33 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-01-15 00:12:33 +0300
commit6cbfa8c68a7222494426df0f560506ac0aff1a3d (patch)
tree25f37e5c89496c01e5b7d5d7fc71c4c8bbcb828f /index.js
parent0b149014ae8db168be1882408ff5bd3829156059 (diff)
update docs to show array of strings now supported
For #224.
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index f6d98a8..6e5ee0d 100644
--- a/index.js
+++ b/index.js
@@ -182,7 +182,7 @@ WebTorrent.prototype.download = function (torrentId, opts, ontorrent) {
/**
* Start seeding a new file/folder.
- * @param {string|File|FileList|Buffer|Array.<File|Buffer>} input
+ * @param {string|File|FileList|Buffer|Array.<string|File|Buffer>} input
* @param {Object} opts
* @param {function} onseed
*/