diff options
author | JudeArasu <judearasu@gmail.com> | 2011-03-05 06:19:17 +0530 |
---|---|---|
committer | JudeArasu <judearasu@gmail.com> | 2011-03-05 06:19:17 +0530 |
commit | 34f5628a072f7afa677d25c9559076d5c21721ce (patch) | |
tree | c70b595acde373762a4d7a98b912599df734f65d | |
parent | 3463247da55e34e8c1eb77cf029cdbbf3def624c (diff) | |
download | rails-34f5628a072f7afa677d25c9559076d5c21721ce.tar.gz rails-34f5628a072f7afa677d25c9559076d5c21721ce.tar.bz2 rails-34f5628a072f7afa677d25c9559076d5c21721ce.zip |
commas to set off expressions that interrupt sentence flow
-rw-r--r-- | actionmailer/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 4290cc9bcd..fb93fd1080 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -104,7 +104,7 @@ trivial case like this: rails runner 'Mailman.receive(STDIN.read)' However, invoking Rails in the runner for each mail to be received is very resource intensive. A single -instance of Rails should be run within a daemon if it is going to be utilized to process more than just +instance of Rails should be run within a daemon, if it is going to be utilized to process more than just a limited number of email. == Configuration |