Skip to content

Commit 58fc6c8

Browse files
authored
Add close_write
1 parent 45f867c commit 58fc6c8

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
@@ -650,7 +650,7 @@ strio_closed_read(VALUE self)
650650
* strio.close_write
651651
* strio.closed_write? # => true
652652
*
653-
* Related: StringIO#closed?, StringIO#closed_read?.
653+
* Related: StringIO#close_write, StringIO#closed?, StringIO#closed_read?.
654654
*/
655655
static VALUE
656656
strio_closed_write(VALUE self)

0 commit comments

Comments
 (0)