[DOC] fix some comments

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2024-03-05 17:50:47 +08:00 committed by GitHub
parent 8e27c01fbb
commit 226a889dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 16 additions and 16 deletions

2
file.c
View file

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