Skip to content

Commit f4ea42a

Browse files
DoctorFateKSnobu
authored andcommitted
[DOC] Fix ARGF example
1 parent 9d08076 commit f4ea42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14918,7 +14918,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
1491814918
* - \File +t.rb+:
1491914919
*
1492014920
* p "ARGV: #{ARGV}"
14921-
* p "Line: #{ARGF.read}" # Read everything from all specified streams.
14921+
* p "Read: #{ARGF.read}" # Read everything from all specified streams.
1492214922
*
1492314923
* - Command and output:
1492414924
*

0 commit comments

Comments
 (0)