aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-03-05 17:50:47 +0800
committerGitHub <noreply@github.com>2024-03-05 18:50:47 +0900
commit226a889dc7688cbd0c96cce1005adbda69b03ec4 (patch)
tree05c10b3582b7533059f967ef55dba9b6d283377b /file.c
parent8e27c01fbb36d5020bb465e17a19a3bad35144ef (diff)
downloadruby-226a889dc7688cbd0c96cce1005adbda69b03ec4.tar.gz
[DOC] fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
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 38eaa2e47c..835f19e541 100644
--- a/file.c
+++ b/file.c
@@ -7582,7 +7582,7 @@ Init_File(void)
*
* ==== File::RDONLY
*
- * Flag File::RDONLY specifies the the stream should be opened for reading only:
+ * Flag File::RDONLY specifies the stream should be opened for reading only:
*
* filepath = '/tmp/t.tmp'
* f = File.new(filepath, File::RDONLY)