summaryrefslogtreecommitdiff
path: root/lib/open3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/open3.rb')
-rw-r--r--lib/open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3.rb b/lib/open3.rb
index 569c8968b4..407cd7662c 100644
--- a/lib/open3.rb
+++ b/lib/open3.rb
@@ -1,6 +1,6 @@
# open3.rb: Spawn a program like popen, but with stderr, too. You might also
# want to use this if you want to bypass the shell. (By passing multiple args,
-# with IO#popen does not allow)
+# which IO#popen does not allow)
#
# Usage:
# require "open3"