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

ruby-changes:48600

From: knu <ko1@a...>
Date: Wed, 8 Nov 2017 12:57:59 +0900 (JST)
Subject: [ruby-changes:48600] knu:r60715 (trunk): Fix typos in rdoc

knu	2017-11-08 12:57:54 +0900 (Wed, 08 Nov 2017)

  New Revision: 60715

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60715

  Log:
    Fix typos in rdoc

  Modified files:
    trunk/ext/io/console/console.c
Index: ext/io/console/console.c
===================================================================
--- ext/io/console/console.c	(revision 60714)
+++ ext/io/console/console.c	(revision 60715)
@@ -308,10 +308,9 @@ ttymode(VALUE io, VALUE (*func)(VALUE), https://github.com/ruby/ruby/blob/trunk/ext/io/console/console.c#L308
  * will read and return a line without echo back and line editing.
  *
  * The parameter +min+ specifies the minimum number of bytes that
- * should be received when the read operation is performed. (default:
- * 1)
+ * should be received when a read operation is performed. (default: 1)
  *
- * The paramter +time+ specifies the timeout in _seconds_, with a
+ * The parameter +time+ specifies the timeout in _seconds_ with a
  * precision of 1/10 of a second. (default: 0)
  *
  * Refer to the manual page of termios for further details.

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

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