[前][次][番号順一覧][スレッド一覧]

ruby-changes:24824

From: eregon <ko1@a...>
Date: Sat, 1 Sep 2012 16:42:02 +0900 (JST)
Subject: [ruby-changes:24824] eregon:r36875 (trunk): * io.c: fix typo in io/console example.

eregon	2012-09-01 16:41:51 +0900 (Sat, 01 Sep 2012)

  New Revision: 36875

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36875

  Log:
    * io.c: fix typo in io/console example.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 36874)
+++ io.c	(revision 36875)
@@ -11294,7 +11294,7 @@
  *
  *    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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]