Fix an incorrect @api jsdoc

closes #2522
This commit is contained in:
Ivan Fraixedes
2015-02-01 00:53:53 +00:00
committed by Douglas Christopher Wilson
parent 2ccb6cf350
commit fea768dbcc

View File

@@ -563,7 +563,7 @@ app.listen = function(){
* Log error using console.error.
*
* @param {Error} err
* @api public
* @api private
*/
function logerror(err){