Skip to content

Commit 9aeaade

Browse files
committed
[DOC] Tweaks for StringIO.new
1 parent 3b1eb9a commit 9aeaade

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
@@ -223,7 +223,7 @@ strio_s_allocate(VALUE klass)
223223

224224
/*
225225
* call-seq:
226-
* self.new(string = '', mode = 'r+') -> new_stringio
226+
* StringIO.new(string = '', mode = 'r+') -> new_stringio
227227
*
228228
* Returns a new \StringIO instance formed from +string+ and +mode+;
229229
* the instance should be closed when no longer needed:

0 commit comments

Comments
 (0)