From e7ffb5e4e3b9ebedc7a87d32f0cb5c708cde784c Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 16 Jan 2013 09:26:17 -0200 Subject: [PATCH] Fix typo introduced in 0004ca3a [ci skip] --- actionpack/lib/action_dispatch/http/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def body 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 -- GitLab