summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-05 09:34:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-05 09:58:46 +0900
commit1ce3706c58e1f70c758e616012a982f058bce24e (patch)
tree7cb8298d13a3ac498a32227a4aea0befe455642f /file.c
parentf3812e6ce61a8a84aee12aec00e879780a8470eb (diff)
[DOC] Fix indent as single paragraph [ci skip]
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
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).