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

ruby-changes:17230

From: akr <ko1@a...>
Date: Sun, 12 Sep 2010 08:47:07 +0900 (JST)
Subject: [ruby-changes:17230] Ruby:r29230 (trunk): update document.

akr	2010-09-12 08:43:13 +0900 (Sun, 12 Sep 2010)

  New Revision: 29230

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

  Log:
    update document.

  Modified files:
    trunk/lib/securerandom.rb

Index: lib/securerandom.rb
===================================================================
--- lib/securerandom.rb	(revision 29229)
+++ lib/securerandom.rb	(revision 29230)
@@ -116,7 +116,7 @@
   # SecureRandom.hex generates a random hex string.
   #
   # The argument _n_ specifies the length of the random length.
-  # The length of the result string is twice of n.
+  # The length of the result string is twice of _n_.
   #
   # If _n_ is not specified, 16 is assumed.
   # It may be larger in future.
@@ -135,7 +135,7 @@
   # SecureRandom.base64 generates a random base64 string.
   #
   # The argument _n_ specifies the length of the random length.
-  # The length of the result string is about 4/3 of n.
+  # The length of the result string is about 4/3 of _n_.
   #
   # If _n_ is not specified, 16 is assumed.
   # It may be larger in future.

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

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