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