diff options
| author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-03-19 23:10:54 +0530 |
|---|---|---|
| committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-03-19 23:10:54 +0530 |
| commit | cf0931166be13dbbe660fece78531060fa16be29 (patch) | |
| tree | b29976c1a859290dc560960e0eda6e9db8a19256 /actionpack/lib/action_dispatch/http | |
| parent | f1563f4226a6c7b041e55f8569b2aaccf721b23d (diff) | |
| download | rails-cf0931166be13dbbe660fece78531060fa16be29.tar.gz rails-cf0931166be13dbbe660fece78531060fa16be29.tar.bz2 rails-cf0931166be13dbbe660fece78531060fa16be29.zip | |
Fixed small typos
Diffstat (limited to 'actionpack/lib/action_dispatch/http')
| -rw-r--r-- | actionpack/lib/action_dispatch/http/upload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/upload.rb b/actionpack/lib/action_dispatch/http/upload.rb index 67cb7fbcb5..b4df2b691f 100644 --- a/actionpack/lib/action_dispatch/http/upload.rb +++ b/actionpack/lib/action_dispatch/http/upload.rb @@ -6,7 +6,7 @@ module ActionDispatch # of its interface is available directly for convenience. # # Uploaded files are temporary files whose lifespan is one request. When - # the object is finalized Ruby unlinks the file, so there is not need to + # the object is finalized Ruby unlinks the file, so there is no need to # clean them with a separate maintenance task. class UploadedFile # The basename of the file in the client. |
