diff options
author | Peter Zhu <[email protected]> | 2022-04-13 10:42:46 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-04-13 10:43:23 -0400 |
commit | 54b53e2c8fc06e708232e399e3970fd0ecc5c4a5 (patch) | |
tree | 52b024d12a46cf401657b54ec7d96742e8991345 /io.c | |
parent | df1594e4b5100cef0ec0b5cf6a065f11634b26b2 (diff) |
[ci skip] Fix docs
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7524,7 +7524,7 @@ static VALUE popen_finish(VALUE port, VALUE klass); * * - <tt>cmd[0][0]</tt> (the first string in the nested array) is the name of a program that is run. * - <tt>cmd[0][1]</tt> (the second string in the nested array) is set as the program's <tt>argv[0]</tt>. - * - <tt>cmd[1..-1] (the strings in the outer array) are the program's arguments. + * - <tt>cmd[1..-1]</tt> (the strings in the outer array) are the program's arguments. * * Example (sets <tt>$0</tt> to 'foo'): * |