Skip to content

Commit

Permalink
Fix param definition is jsdoc for app.render
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal authored and dougwilson committed Nov 7, 2015
1 parent 5699d64 commit e5ec966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ app.del = deprecate.function(app.delete, 'app.del: Use app.delete instead');
* })
*
* @param {String} name
* @param {String|Function} options or fn
* @param {Object|Function} options or fn
* @param {Function} callback
* @public
*/
Expand Down

0 comments on commit e5ec966

Please sign in to comment.