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