summaryrefslogtreecommitdiff
path: root/timev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/timev.rb b/timev.rb
index 2083e3106d..37cefafd42 100644
--- a/timev.rb
+++ b/timev.rb
@@ -3,7 +3,7 @@
# Time.now -> time
#
# Creates a new Time object for the current time.
-# This is same as Time.new without arguments.
+# This is the same as Time.new without arguments.
#
# Time.now #=> 2009-06-24 12:39:54 +0900
def Time.now(in: nil)