From 46d31a14537f68db80c79395d4daed252af82890 Mon Sep 17 00:00:00 2001 From: Anton Rieder Date: Tue, 19 Apr 2016 17:02:46 +0200 Subject: Update send_data documentation [ci skip] Add missing period after sentence. --- actionpack/lib/action_controller/metal/data_streaming.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/metal/data_streaming.rb b/actionpack/lib/action_controller/metal/data_streaming.rb index 957e7a3019..59984a0028 100644 --- a/actionpack/lib/action_controller/metal/data_streaming.rb +++ b/actionpack/lib/action_controller/metal/data_streaming.rb @@ -84,7 +84,7 @@ module ActionController #:nodoc: # Options: # * :filename - suggests a filename for the browser to use. # * :type - specifies an HTTP content type. Defaults to 'application/octet-stream'. You can specify - # either a string or a symbol for a registered type register with Mime::Type.register, for example :json + # either a string or a symbol for a registered type register with Mime::Type.register, for example :json. # If omitted, type will be guessed from the file extension specified in :filename. # If no content type is registered for the extension, default type 'application/octet-stream' will be used. # * :disposition - specifies whether the file will be shown inline or downloaded. -- cgit v1.2.3