summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 06:54:21 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 06:54:21 +0000
commit01e9d9ac7ee272339a3c1c4a227f416c72db50a3 (patch)
tree189a5af776c26507af33755330f0510a887bfd1b /io.c
parent8bad3e6b9deb4340c0af48f69837e24c753c4c2f (diff)
Remove duplicated `,` [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 01142eefac..e15d44cb12 100644
--- a/io.c
+++ b/io.c
@@ -7226,7 +7226,7 @@ rb_freopen(VALUE fname, const char *mode, FILE *fp)
/*
* call-seq:
* ios.reopen(other_IO) -> ios
- * ios.reopen(path, mode, [, opt]) -> ios
+ * ios.reopen(path, mode [, opt]) -> ios
*
* Reassociates <em>ios</em> with the I/O stream given in
* <i>other_IO</i> or to a new stream opened on <i>path</i>. This may