1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Minor language fix. [ci skip]

This commit is contained in:
Erich Menge 2012-08-15 08:21:30 -05:00
parent 38e3e1a652
commit 6e84026091

View file

@ -76,8 +76,8 @@ module ActionController #:nodoc:
end
# Avoid having to pass an open file handle as the response body.
# Rack::Sendfile will usually intercepts the response and just uses
# the path directly, so no reason to open the file.
# Rack::Sendfile will usually intercept the response and uses
# the path directly, so there is no reason to open the file.
class FileBody #:nodoc:
attr_reader :to_path