correct comment about result.type

This commit is contained in:
jomo 2015-04-20 00:52:08 +02:00
parent 71a13c3bab
commit 0b687d8f8e

View File

@ -19,7 +19,7 @@ var human_status = {
// * status: see human_status, required
// * redirect: redirect URL
// * body: file or message, required unless redirect is present or status is < 0
// * type: a valid Content-Type, required if body is present
// * type: a valid Content-Type for the body, defaults to "text/plain"
// * hash: image hash, required when body is an image
// * err: a possible Error
module.exports = function(request, response, result) {