aboutsummaryrefslogtreecommitdiffstats
path: root/ext/stringio
diff options
context:
space:
mode:
Diffstat (limited to 'ext/stringio')
-rw-r--r--ext/stringio/stringio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c
index 4c997dcd04..4ff0e36c69 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -749,7 +749,7 @@ strio_ungetbyte(VALUE self, VALUE c)
/*
* call-seq:
- * strio.readchar -> fixnum
+ * strio.readchar -> string
*
* See IO#readchar.
*/