diff --git a/io.c b/io.c index bd21e9460e..40b758c340 100644 --- a/io.c +++ b/io.c @@ -11988,7 +11988,7 @@ argf_filename_getter(ID id, VALUE *var) * ARGF.file -> IO or File object * * Returns the current file as an +IO+ or +File+ object. - * #> is returned when the current file is STDIN. + * $stdin is returned when the current file is STDIN. * * For example: *