From 01e9d9ac7ee272339a3c1c4a227f416c72db50a3 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 18 Mar 2018 06:54:21 +0000 Subject: Remove duplicated `,` [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') 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 ios with the I/O stream given in * other_IO or to a new stream opened on path. This may -- cgit v1.2.3