We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf34d74 commit d4fd4e3Copy full SHA for d4fd4e3
ext/stringio/stringio.c
@@ -602,7 +602,7 @@ strio_close_read(VALUE self)
602
* strio.closed_read? # => false
603
* strio.write('foo') # Raises IOError: not opened for writing
604
*
605
- * Related: StringIO#close, StringIO#close_read, StringIO#close_write?.
+ * Related: StringIO#close, StringIO#close_read, StringIO#closed_write?.
606
*/
607
static VALUE
608
strio_close_write(VALUE self)
0 commit comments