summaryrefslogtreecommitdiff
path: root/timev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/timev.rb b/timev.rb
index 892740c5a2..a570f047c5 100644
--- a/timev.rb
+++ b/timev.rb
@@ -117,8 +117,7 @@
# - ::at: Returns a new time based on seconds since epoch.
# - ::now: Returns a new time based on the current system time.
# - #+ (plus): Returns a new time increased by the given number of seconds.
-# - {-}[#method-i-2D] (minus): Returns a new time
-# decreased by the given number of seconds.
+# - #- (minus): Returns a new time decreased by the given number of seconds.
#
# === Methods for Fetching
#
@@ -158,7 +157,7 @@
#
# === Methods for Comparing
#
-# - {#<=>}[#method-i-3C-3D-3E]: Compares +self+ to another time.
+# - #<=>: Compares +self+ to another time.
# - #eql?: Returns whether the time is equal to another time.
#
# === Methods for Converting