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:
parent
4d8cca98a9
commit
1f65a21b6f
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue