Skip to content

Commit

Permalink
docs(index): Fix jsdoc syntax error in the download documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpereda committed Sep 4, 2016
1 parent 771d35b commit 1dc2e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.<Object, Error>[]} A array of promises for each image downloaded.
* @returns {Array<Promise.<Object, Error>>} An array of promises for each image downloaded.
*/
export async function download(
loc = '.', n = 1, mkt = MKT.enUS, idx = 0, format = 'js') {
Expand Down

0 comments on commit 1dc2e17

Please sign in to comment.