Skip to content

Commit 504ccf4

Browse files
Update stringio.c
Update Related.
1 parent 243939f commit 504ccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ strio_closed(VALUE self)
636636
* strio.close_read
637637
* strio.closed_read? # => true
638638
*
639-
* Related: StringIO.closed?, StringIO.closed_write?.
639+
* Related: StringIO#closed?, StringIO#closed_write?, StringIO#close_read.
640640
*/
641641
static VALUE
642642
strio_closed_read(VALUE self)

0 commit comments

Comments
 (0)