mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
8e27c01fbb
commit
226a889dc7
16 changed files with 16 additions and 16 deletions
2
file.c
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue