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

ruby-changes:69598

From: Nobuyoshi <ko1@a...>
Date: Fri, 5 Nov 2021 09:59:24 +0900 (JST)
Subject: [ruby-changes:69598] 1ce3706c58 (master): [DOC] Fix indent as single paragraph [ci skip]

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

From 1ce3706c58e1f70c758e616012a982f058bce24e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 5 Nov 2021 09:34:01 +0900
Subject: [DOC] Fix indent as single paragraph [ci skip]

---
 file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/file.c b/file.c
index a22f862db26..7a257e5e9b7 100644
--- a/file.c
+++ b/file.c
@@ -6653,7 +6653,7 @@ const char ruby_null_device[] = https://github.com/ruby/ruby/blob/trunk/file.c#L6653
  *  _Contents_
  *
  *  - ::empty? (aliased as ::zero?):: Returns whether the file at the given path
- *                                   exists and is empty.
+ *                                    exists and is empty.
  *  - ::size:: Returns the size (bytes) of the file at the given path.
  *  - ::size?:: Returns +nil+ if there is no file at the given path,
  *              or if that file is empty; otherwise returns the file size (bytes).
-- 
cgit v1.2.1


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

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