summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2025-01-29 21:53:00 +0900
committerGitHub <[email protected]>2025-01-29 21:53:00 +0900
commit2d3d7a74e91ac521bbcedcc350f6b6877b61faa3 (patch)
tree1390c103a6f09d9bf974c106b198d1e79d71bcbb /file.c
parente01b4ca1c8eb24528b950bf77c9d0415bf1a1719 (diff)
[DOC] Fix wrong call-seq format (#12662)
Notes
Notes: Merged-By: tompng <[email protected]>
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2c603ecd4d..d110d9f7ee 100644
--- a/file.c
+++ b/file.c
@@ -5679,7 +5679,6 @@ rb_stat_s_alloc(VALUE klass)
/*
* call-seq:
- *
* File::Stat.new(file_name) -> stat
*
* Create a File::Stat object for the given file name (raising an