ruby-changes:32362
From: a_matsuda <ko1@a...>
Date: Thu, 26 Dec 2013 22:17:57 +0900 (JST)
Subject: [ruby-changes:32362] a_matsuda:r44441 (trunk): * lib/time.rb: [DOC] Fix typo
a_matsuda 2013-12-26 22:17:48 +0900 (Thu, 26 Dec 2013) New Revision: 44441 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44441 Log: * lib/time.rb: [DOC] Fix typo s/formating/formatting/ [ci skip] Modified files: trunk/lib/time.rb Index: lib/time.rb =================================================================== --- lib/time.rb (revision 44440) +++ lib/time.rb (revision 44441) @@ -339,7 +339,7 @@ class Time https://github.com/ruby/ruby/blob/trunk/lib/time.rb#L339 # # Time.strptime(...) {|y| y < 100 ? (y >= 69 ? y + 1900 : y + 2000) : y} # - # Below is a list of the formating options: + # Below is a list of the formatting options: # # %a :: The abbreviated weekday name ("Sun") # %A :: The full weekday name ("Sunday") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/