summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-01 07:41:51 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-01 07:41:51 +0000
commit1f65a21b6fe389e5183b068e01d2ef5e18f89483 (patch)
tree6f2028cbd1f9c270bbdb097d937aa142c646d8b6 /io.c
parent4d8cca98a951a68d91949f6e7ada14771d808ebf (diff)
* 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
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 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