From 1f65a21b6fe389e5183b068e01d2ef5e18f89483 Mon Sep 17 00:00:00 2001 From: eregon Date: Sat, 1 Sep 2012 07:41:51 +0000 Subject: * 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 --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index f5122cf1c3..b8f6efbe8d 100644 --- a/io.c +++ b/io.c @@ -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 -- cgit v1.2.3