* 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:
parent
4d8cca98a9
commit
1f65a21b6f
2
io.c
2
io.c
@ -11294,7 +11294,7 @@ argf_write(VALUE argf, VALUE str)
|
|||||||
*
|
*
|
||||||
* require 'io/console'
|
* require 'io/console'
|
||||||
* rows, columns = $stdin.winsize
|
* rows, columns = $stdin.winsize
|
||||||
* puts "You screen is #{columns} wide and #{rows} tall"
|
* puts "Your screen is #{columns} wide and #{rows} tall"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user