diff options
author | cui fliter <[email protected]> | 2024-03-05 17:50:47 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-05 18:50:47 +0900 |
commit | 226a889dc7688cbd0c96cce1005adbda69b03ec4 (patch) | |
tree | 05c10b3582b7533059f967ef55dba9b6d283377b /file.c | |
parent | 8e27c01fbb36d5020bb465e17a19a3bad35144ef (diff) |
[DOC] fix some comments
Signed-off-by: cui fliter <[email protected]>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |