From e18bf1dc49222e25d5a485e876e13fc3e57c6eca Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Tue, 28 Jul 2015 12:25:39 +0200 Subject: Tiny documentation edits [ci skip] --- actionpack/lib/action_dispatch/http/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index 37e26faffb..fd92e89231 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -201,7 +201,7 @@ module ActionDispatch # :nodoc: # it sets the charset to utf-8. # # response.charset = 'utf-16' # => 'utf-16' - # response.charset = nil # => 'utf-8' + # response.charset = nil # => 'utf-8' def charset=(charset) @charset = charset.nil? ? self.class.default_charset : charset end -- cgit v1.2.3