Skip to content

Commit

Permalink
Merge pull request rack#315 from gogolok/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rkh committed Jan 17, 2012
2 parents 6cb96fe + 1982fa2 commit 9a00414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/response.rb
Expand Up @@ -12,7 +12,7 @@ module Rack
# You can use Response#write to iteratively generate your response,
# but note that this is buffered by Rack::Response until you call
# +finish+. +finish+ however can take a block inside which calls to
# +write+ are syncronous with the Rack response.
# +write+ are synchronous with the Rack response.
#
# Your application's +call+ should end returning Response#finish.

Expand Down

0 comments on commit 9a00414

Please sign in to comment.