From e92fbaf6090fbc60081654cb36da47fc352000ce Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Fri, 27 Dec 2019 19:47:04 +0100 Subject: [ruby/prime] Fix typo https://github.com/ruby/prime/commit/549c1b86f1 --- lib/prime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/prime.rb b/lib/prime.rb index deaf843db3..113af9f702 100644 --- a/lib/prime.rb +++ b/lib/prime.rb @@ -84,7 +84,7 @@ end # There are few implementations of generator. # # [+Prime+::+EratosthenesGenerator+] -# Uses eratosthenes' sieve. +# Uses Eratosthenes' sieve. # [+Prime+::+TrialDivisionGenerator+] # Uses the trial division method. # [+Prime+::+Generator23+] -- cgit v1.2.3