summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.c b/re.c
index 6f2f3c0e23..824d56210c 100644
--- a/re.c
+++ b/re.c
@@ -2042,8 +2042,8 @@ rb_check_regexp_type(VALUE re)
* Returns converted regexp or nil if <i>obj</i> cannot be converted
* for any reason.
*
- * IO.try_convert(/re/) # => /re/
- * IO.try_convert("re") # => nil
+ * Regexp.try_convert(/re/) # => /re/
+ * Regexp.try_convert("re") # => nil
*/
static VALUE
rb_reg_s_try_convert(VALUE dummy, VALUE re)