aboutsummaryrefslogtreecommitdiffstats
path: root/lib/securerandom.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/securerandom.rb')
-rw-r--r--lib/securerandom.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index 2416454f9e..50431c86b0 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -1,7 +1,7 @@
# = Secure random number generator interface.
#
-# This library is a interface for secure random number generator which is
-# suitable for HTTP cookies, nonces, etc.
+# This library is an interface for secure random number generator which is
+# suitable for generating session key in HTTP cookies, etc.
#
# It supports following secure random number generators.
#