Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaspin committed Nov 10, 2010
1 parent b1aa065 commit bfe6161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chain/writer.js
Expand Up @@ -14,9 +14,9 @@ Op = {
exports.Op = Op; exports.Op = Op;


/** /**
* * Writer facade.
* @param request * @param {http.ServerRequest} request
* @param response * @param {http.ServerResponse} response
* @returns {Writer} * @returns {Writer}
*/ */
function Writer(request, response) { function Writer(request, response) {
Expand Down

0 comments on commit bfe6161

Please sign in to comment.