summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-30 12:37:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-30 12:37:23 +0000
commit721be154946f0a13f739363c4968c548aba5fee3 (patch)
tree5618cbadb7723ff6767a381722d5ca33f58bed5e /process.c
parent413b12737697564a4de6bb88b2830169dc42909e (diff)
process.c: [DOC] remove extra quotes [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 6cba2dd72e..530bf2673e 100644
--- a/process.c
+++ b/process.c
@@ -4594,7 +4594,7 @@ rb_f_system(int argc, VALUE *argv)
* current directory:
* :chdir => str
*
- * The <code>'cmdname, arg1, ...'</code> form does not use the shell.
+ * The <code>cmdname, arg1, ...</code> form does not use the shell.
* However, on different OSes, different things are provided as
* built-in commands. An example of this is +'echo'+, which is a
* built-in on Windows, but is a normal program on Linux and Mac OS X.