ruby-changes:60306
From: Marcus <ko1@a...>
Date: Fri, 6 Mar 2020 20:55:47 +0900 (JST)
Subject: [ruby-changes:60306] e92fbaf609 (master): [ruby/prime] Fix typo
https://git.ruby-lang.org/ruby.git/commit/?id=e92fbaf609 From e92fbaf6090fbc60081654cb36da47fc352000ce Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer <sto.mar@w...> Date: Fri, 27 Dec 2019 19:47:04 +0100 Subject: [ruby/prime] Fix typo https://github.com/ruby/prime/commit/549c1b86f1 diff --git a/lib/prime.rb b/lib/prime.rb index deaf843..113af9f 100644 --- a/lib/prime.rb +++ b/lib/prime.rb @@ -84,7 +84,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/prime.rb#L84 # There are few implementations of generator. # # [+Prime+::+EratosthenesGenerator+] -# Uses eratosthenes' sieve. +# Uses Eratosthenes' sieve. # [+Prime+::+TrialDivisionGenerator+] # Uses the trial division method. # [+Prime+::+Generator23+] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/