aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-20 10:21:44 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-20 10:21:44 +0000
commitce760e0a9c737166ee190cd2cf28b0b379033991 (patch)
treeee9b44a90d9c63a8ff89397ca7965ff00c5bfbe0 /lib
parent8cf08cc71e54d4b27a89ad5613220eecb2568b0e (diff)
downloadruby-ce760e0a9c737166ee190cd2cf28b0b379033991.tar.gz
prime.rb: remove alias after timeout test
* test/test_prime.rb: remove alias after timeout test. * lib/prime.rb: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/prime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prime.rb b/lib/prime.rb
index 86db1957a3..2cd22da3a8 100644
--- a/lib/prime.rb
+++ b/lib/prime.rb
@@ -419,7 +419,7 @@ class Prime
end
end
- # Internal use. An implementation of eratosthenes' sieve
+ # Internal use. An implementation of Eratosthenes' sieve
class EratosthenesSieve
include Singleton