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

ruby-changes:54669

From: stomar <ko1@a...>
Date: Mon, 21 Jan 2019 00:06:15 +0900 (JST)
Subject: [ruby-changes:54669] stomar:r66885 (trunk): lib/securerandom.rb: [DOC] small grammar fixes

stomar	2019-01-21 00:06:11 +0900 (Mon, 21 Jan 2019)

  New Revision: 66885

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

  Log:
    lib/securerandom.rb: [DOC] small grammar fixes

  Modified files:
    trunk/lib/securerandom.rb
Index: lib/securerandom.rb
===================================================================
--- lib/securerandom.rb	(revision 66884)
+++ lib/securerandom.rb	(revision 66885)
@@ -16,8 +16,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/securerandom.rb#L16
 # * /dev/urandom
 # * Win32
 #
-# SecureRandom is extended by Random::Formatter module which defines
-# following methods:
+# SecureRandom is extended by the Random::Formatter module which
+# defines the following methods:
 #
 # * alphanumeric
 # * base64

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

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