summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).