diff options
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 |