From 8bc0729857954b9a179e6bfdfab3bfefec01cfdc Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 15 Mar 2017 00:59:32 +0000 Subject: [PATCH] io.c: [DOC] add missing `$` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") *