From c9dd4823d98141754842c0b356b141d94ba36604 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 20 Mar 2010 03:30:59 +0000 Subject: * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/prime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/prime.rb') diff --git a/lib/prime.rb b/lib/prime.rb index e5feba1c4c..a40d90e3d7 100644 --- a/lib/prime.rb +++ b/lib/prime.rb @@ -473,7 +473,7 @@ class Prime end end - # Provides a +Prime+ object with compatibility to Ruby 1.8 when instanciated via +Prime+.+new+. + # Provides a +Prime+ object with compatibility to Ruby 1.8 when instantiated via +Prime+.+new+. module OldCompatibility # Returns the next prime number and forwards internal pointer. def succ -- cgit v1.2.3