summaryrefslogtreecommitdiff
path: root/timev.rb
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2021-01-05 15:13:53 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2021-01-05 15:13:53 +0100
commit3108ad7bf3dcae52054a1c29b86246cdb470000b (patch)
tree48879bbd126fe3c3ee37f714130abe7c4a2de49a /timev.rb
parent3d439447250f19333418adcdf777142dda4b3364 (diff)
[DOC] Fix grammar: "is same as" -> "is the same as"
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)