Skip to content

Commit

Permalink
Two small comment updates to make them more clear.
Browse files Browse the repository at this point in the history
Side-Note: I tried to undo the previous commit to avoid such a small change requiring a full commit, but it didn't work as expected. Anyway, ignore the duplicate commit (probably just before this one)... They all should work though. Sorry for the messy commit history.
  • Loading branch information
Michael D.W. Prendergast committed Sep 20, 2010
1 parent 8eadecc commit 2dc07dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mail/mail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def self.find(*args, &block)
retriever_method.find(*args, &block)
end

# Finds and the deletes found emails from a POP3 server.
# Finds and then deletes retrieved emails from a POP3 server.
# See Mail::POP3 for a complete documentation.
def self.find_and_delete(*args, &block)
retriever_method.find_and_delete(*args, &block)
Expand Down

0 comments on commit 2dc07dc

Please sign in to comment.