summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2026-01-30 17:05:11 -0500
committerPeter Zhu <peter@peterzhu.ca>2026-01-30 17:10:33 -0500
commit737809bf25e1c8babd3c8280a5fac162354f906b (patch)
treec014cf916cf366c0152ecb1c9dffa11538d8ee86
parentd7553015cc63258919f28b41c642eca66d35f8bf (diff)
[DOC] Fix link in ARGF
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 8563fa6536..ca97e321f7 100644
--- a/io.c
+++ b/io.c
@@ -14956,7 +14956,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
*
* When no character <tt>'-'</tt> is given, stream <tt>$stdin</tt> is ignored
* (exception:
- * see {Specifying $stdin in ARGV}[rdoc-ref:ARGF@Specifying+-24stdin+in+ARGV]):
+ * see {Specifying $stdin in ARGV}[rdoc-ref:ARGF@Specifying+stdin+in+ARGV]):
*
* - Command and output:
*