summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-26 13:17:48 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-26 13:17:48 +0000
commit791ff286285749f790132b882ede69261b11921a (patch)
tree4bdbfb69b7193c3dece823cc4b569e74fdc58a9d /lib
parentc283ebb2d24857100a28873cfc078c238646f8a6 (diff)
* lib/time.rb: [DOC] Fix typo
s/formating/formatting/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/time.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.rb b/lib/time.rb
index 0b55480334..8c324e68da 100644
--- a/lib/time.rb
+++ b/lib/time.rb
@@ -339,7 +339,7 @@ class Time
#
# 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")