aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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.
- * <code>#<IO:<STDIN>></code> is returned when the current file is STDIN.
+ * <code>$stdin</code> is returned when the current file is STDIN.
*
* For example:
*