Skip to content

Commit

Permalink
comments change
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 10, 2011
1 parent 2cfb2c5 commit e7d4e6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/bogart.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,13 @@ exports.permanentRedirect = function(url, opts){
* Returns a default JSGI response with a status of 304 (not modified).
*
* var resp = bogart.notModified();
* sys.inspect(resp)
*
* Assuming node-style sys.inspect, evalutes to:
* {
* status: 304,
* body: []
* }
* JSGI Response:
*
* {
* status: 304,
* body: []
* }
*
* @returns JSGI response for a not modified response (304).
* @type Object
Expand Down

0 comments on commit e7d4e6b

Please sign in to comment.