Skip to content

Commit

Permalink
s/objects/object/ because it sounded like an array of IO::Handle objects
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Sep 7, 2009
1 parent 0f6003f commit 31bd78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSGI.pod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ three values.
return [
'200',
[ 'Content-Type' => 'text/plain' ],
[ "Hello World" ], # or IO::Handle-like objects
[ "Hello World" ], # or IO::Handle-like object
];
}

Expand Down

0 comments on commit 31bd78b

Please sign in to comment.