summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-03 02:53:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-03 02:53:57 +0000
commitfb2be0b530f8cd7455120425f0524ecc89d2e36e (patch)
tree4b3a14e1baaff7af4c69f4c89e62b41c9fca61b1 /lib
parent66ec94d546489eb68b46be7033a5b2f0f81e7a29 (diff)
Remove `(nanosecond)` too [ci skip]
[Bug #15322] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66146 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 139f057fdd..8058446a83 100644
--- a/lib/time.rb
+++ b/lib/time.rb
@@ -398,7 +398,7 @@ class Time
# %m :: Month of the year (01..12)
# %M :: Minute of the hour (00..59)
# %n :: Newline (\n)
- # %N :: Fractional seconds digits (nanosecond)
+ # %N :: Fractional seconds digits
# %p :: Meridian indicator ("AM" or "PM")
# %P :: Meridian indicator ("am" or "pm")
# %Q :: Number of milliseconds since 1970-01-01 00:00:00 UTC.