From 1ce3706c58e1f70c758e616012a982f058bce24e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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(-) (limited to 'file.c') diff --git a/file.c b/file.c index a22f862db2..7a257e5e9b 100644 --- a/file.c +++ b/file.c @@ -6653,7 +6653,7 @@ const char ruby_null_device[] = * _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.3