From 1dc2e171721a3ee0bb9b3085f505bb6c7eed4b32 Mon Sep 17 00:00:00 2001 From: "E. R. C. Pereda" Date: Sat, 3 Sep 2016 23:03:02 -0300 Subject: [PATCH] docs(index): Fix jsdoc syntax error in the download documentation --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4e5803c..bc6f16c 100644 --- a/src/index.js +++ b/src/index.js @@ -52,7 +52,7 @@ export async function getUrls(n = 1, mkt = MKT.enUs, idx = 0, format = 'js') { * @param {MKT} [mkt=en-US] - Tells which of the 8 markets Bing is available for you would like images from. * @param {number} [idx=0] - Tells where you want start from. 0 would start at the current day, 1 the previous day, etc. * @param {string} [format=js] - Set the format in which the data will be return. - * @returns {Promise.[]} A array of promises for each image downloaded. + * @returns {Array>} An array of promises for each image downloaded. */ export async function download( loc = '.', n = 1, mkt = MKT.enUS, idx = 0, format = 'js') {