From f284eb3d54df6d1bb754986f9f5272136ff73466 Mon Sep 17 00:00:00 2001 From: stomar Date: Sun, 20 Jan 2019 15:06:11 +0000 Subject: lib/securerandom.rb: [DOC] small grammar fixes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/securerandom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/securerandom.rb') diff --git a/lib/securerandom.rb b/lib/securerandom.rb index f36f18550c..37835bf7df 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -16,8 +16,8 @@ # * /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 -- cgit v1.2.3