[前][次][番号順一覧][スレッド一覧]

ruby-changes:71767

From: Nobuyoshi <ko1@a...>
Date: Mon, 18 Apr 2022 17:55:07 +0900 (JST)
Subject: [ruby-changes:71767] b0666d6417 (master): [DOC] Use consistent terms [Bug #18680]

https://git.ruby-lang.org/ruby.git/commit/?id=b0666d6417

From b0666d64176457786c854c12c79f7beae392bee0 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 18 Apr 2022 17:53:05 +0900
Subject: [DOC] Use consistent terms [Bug #18680]

---
 file.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/file.c b/file.c
index 5b7f96c6fe..76b2b779db 100644
--- a/file.c
+++ b/file.c
@@ -978,7 +978,7 @@ rb_stat_atime(VALUE self) https://github.com/ruby/ruby/blob/trunk/file.c#L978
 
 /*
  *  call-seq:
- *     stat.mtime  ->  aTime
+ *     stat.mtime  ->  time
  *
  *  Returns the modification time of <i>stat</i>.
  *
@@ -994,7 +994,7 @@ rb_stat_mtime(VALUE self) https://github.com/ruby/ruby/blob/trunk/file.c#L994
 
 /*
  *  call-seq:
- *     stat.ctime  ->  aTime
+ *     stat.ctime  ->  time
  *
  *  Returns the change time for <i>stat</i> (that is, the time
  *  directory information about the file was changed, not the file
@@ -1015,7 +1015,7 @@ rb_stat_ctime(VALUE self) https://github.com/ruby/ruby/blob/trunk/file.c#L1015
 #if defined(HAVE_STAT_BIRTHTIME)
 /*
  *  call-seq:
- *     stat.birthtime  ->  aTime
+ *     stat.birthtime  ->  time
  *
  *  Returns the birth time for <i>stat</i>.
  *
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]