Skip to content

Commit

Permalink
Incorrect param type in addAdUnits JSDoc (prebid#1321) (prebid#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhazov authored and Matt Kendall committed Jun 23, 2017
1 parent 1cafca1 commit 28b379c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ $$PREBID_GLOBAL$$.requestBids = function ({ bidsBackHandler, timeout, adUnits, a
/**
*
* Add adunit(s)
* @param {Array|String} adUnitArr Array of adUnits or single adUnit Object.
* @param {Array|Object} adUnitArr Array of adUnits or single adUnit Object.
* @alias module:$$PREBID_GLOBAL$$.addAdUnits
*/
$$PREBID_GLOBAL$$.addAdUnits = function (adUnitArr) {
Expand Down

0 comments on commit 28b379c

Please sign in to comment.