Skip to content

Commit 4965954

Browse files
committed
[DOC] Remove a garbage in an example
1 parent d9b2d89 commit 4965954

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
@@ -10668,7 +10668,7 @@ argf_readlines(int argc, VALUE *argv, VALUE argf)
1066810668
* $ `date` # => "Wed Apr 9 08:56:30 CDT 2003\n"
1066910669
* $ `echo oops && exit 99` # => "oops\n"
1067010670
* $ $? # => #<Process::Status: pid 17088 exit 99>
10671-
* $ $?.exitstatus # => 99>
10671+
* $ $?.exitstatus # => 99
1067210672
*
1067310673
* The built-in syntax <tt>%x{...}</tt> uses this method.
1067410674
*

0 commit comments

Comments
 (0)