1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* io.c: fix typo in io/console example.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2012-09-01 07:41:51 +00:00
parent 4d8cca98a9
commit 1f65a21b6f

2
io.c
View file

@ -11294,7 +11294,7 @@ argf_write(VALUE argf, VALUE str)
*
* require 'io/console'
* rows, columns = $stdin.winsize
* puts "You screen is #{columns} wide and #{rows} tall"
* puts "Your screen is #{columns} wide and #{rows} tall"
*/
void