From dabaaafd9f1932c103f489ac59a2f09ae5e02d09 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 1 May 2017 02:42:34 +0000 Subject: Fix typo in documentation [ci skip] [Fix GH-1599] Author: Liam Sean Brady git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index 40b758c340..4cd8d4d64e 100644 --- a/io.c +++ b/io.c @@ -6416,7 +6416,7 @@ pipe_close(VALUE io) * * If cmd is an +Array+ of +String+, * then it will be used as the subprocess's +argv+ bypassing a shell. - * The array can contains a hash at first for environments and + * The array can contain a hash at first for environments and * a hash at last for options similar to spawn. * * The default mode for the new file object is ``r'', -- cgit v1.2.3