Skip to content

Commit

Permalink
Add possessive apostrophe to sendfile documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com>
  • Loading branch information
akahn authored and leahneukirchen committed Feb 7, 2010
1 parent 4b6bc86 commit 36936b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/sendfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class File #:nodoc:
# served from a file and replaces it with a server specific X-Sendfile
# header. The web server is then responsible for writing the file contents
# to the client. This can dramatically reduce the amount of work required
# by the Ruby backend and takes advantage of the web servers optimized file
# by the Ruby backend and takes advantage of the web server's optimized file
# delivery code.
#
# In order to take advantage of this middleware, the response body must
Expand Down

0 comments on commit 36936b2

Please sign in to comment.