Correct JSDocs for 'finish'

This commit is contained in:
deadprogram 2015-09-01 11:42:10 -07:00
parent bba5b1e653
commit 9cdbdd1d37
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ var Utils = module.exports = {
/** /**
* A wrapper around clearInterval * A wrapper around clearInterval
* *
* @param {intervalID} action function to invoke constantly * @param {intervalID} intervalID ID of every/after/constantly
* @example stop(blinking); * @example finish(blinking);
* @return {void} * @return {void}
*/ */
finish: function finish(intervalID) { finish: function finish(intervalID) {