ruby-changes:35622
From: duerst <ko1@a...>
Date: Wed, 24 Sep 2014 10:44:02 +0900 (JST)
Subject: [ruby-changes:35622] duerst:r47704 (trunk): tool/downloader.rb: Small fix to documentation comment.
duerst 2014-09-24 10:43:44 +0900 (Wed, 24 Sep 2014) New Revision: 47704 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47704 Log: tool/downloader.rb: Small fix to documentation comment. Modified files: trunk/ChangeLog trunk/tool/downloader.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 47703) +++ ChangeLog (revision 47704) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Sep 24 10:45:45 2014 Martin Duerst <duerst@i...> + + * tool/downloader.rb: Small fix to documentation comment. + Tue Sep 23 22:00:20 2014 Nobuyoshi Nakada <nobu@r...> * parse.y (parse_ident): just after a label, new expression should Index: tool/downloader.rb =================================================================== --- tool/downloader.rb (revision 47703) +++ tool/downloader.rb (revision 47704) @@ -49,7 +49,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L49 # Update a file from url if newer version is available. # Creates the file if the file doesn't yet exist; however, the # directory where the file is being created has to exist already. - # If +ims+ is false, already download url regardless its last + # If +ims+ is false, always download url regardless of its last # modified time. # # Example usage: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/