diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-16 09:26:17 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-16 09:26:45 -0200 |
commit | e7ffb5e4e3b9ebedc7a87d32f0cb5c708cde784c (patch) | |
tree | 478d55424e54301ea184e0ba5c8a292847462532 /actionpack | |
parent | 728f9c2eed42959d5a3e9202ba80635872738c5e (diff) | |
download | rails-e7ffb5e4e3b9ebedc7a87d32f0cb5c708cde784c.tar.gz rails-e7ffb5e4e3b9ebedc7a87d32f0cb5c708cde784c.tar.bz2 rails-e7ffb5e4e3b9ebedc7a87d32f0cb5c708cde784c.zip |
Fix typo introduced in 0004ca3a
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/http/response.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index 15ccfa2735..2a146dbb8f 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -182,7 +182,7 @@ module ActionDispatch # :nodoc: EMPTY = " " - # Allows you to set manually set or override the response body. + # Allows you to manually set or override the response body. def body=(body) @blank = true if body == EMPTY |