summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
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