1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fix indent as single paragraph [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-11-05 09:34:01 +09:00
parent f3812e6ce6
commit 1ce3706c58
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

2
file.c
View file

@ -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).