aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-15 00:59:32 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-15 00:59:32 +0000
commit5c4d2fe8bd5246de0f427ebefc0df54b41093453 (patch)
tree206c52039d751dd8587ffec12aa90d2270a9b078 /io.c
parent8fa28a7c23f739f6b5fd4c0305910a3ea190765f (diff)
downloadruby-5c4d2fe8bd5246de0f427ebefc0df54b41093453.tar.gz
io.c: [DOC] add missing `$`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57977 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 f1cdc56692..3c2a0a46c4 100644
--- a/io.c
+++ b/io.c
@@ -7187,7 +7187,7 @@ io_puts_ary(VALUE ary, VALUE out, int recur)
*
* If called with an array argument, writes each element on a new line.
* If called without arguments, outputs a single newline.
- * This doesn't affect $/. ($RS or INPUT_RECORD_SEPARATOR in English.rb)
+ * This doesn't affect $/. ($RS or $INPUT_RECORD_SEPARATOR in English.rb)
*
* $stdout.puts("this", "is", "a", "test")
*