Skip to content

Commit d4fd4e3

Browse files
authored
Fix a typo
1 parent bf34d74 commit d4fd4e3

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
@@ -602,7 +602,7 @@ strio_close_read(VALUE self)
602602
* strio.closed_read? # => false
603603
* strio.write('foo') # Raises IOError: not opened for writing
604604
*
605-
* Related: StringIO#close, StringIO#close_read, StringIO#close_write?.
605+
* Related: StringIO#close, StringIO#close_read, StringIO#closed_write?.
606606
*/
607607
static VALUE
608608
strio_close_write(VALUE self)

0 commit comments

Comments
 (0)