diff options
author | Marcus Stollsteimer <[email protected]> | 2019-12-27 19:47:04 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-03-06 20:54:45 +0900 |
commit | e92fbaf6090fbc60081654cb36da47fc352000ce () | |
tree | 14ab53d9e168128dd17dc008af1ea166c9989726 /lib/prime.rb | |
parent | f236f6082cf2d95c913c2d16c9a9a0ad554f627f (diff) |
[ruby/prime] Fix typo
https://.com/ruby/prime/commit/549c1b86f1
-rw-r--r-- | lib/prime.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ end # There are few implementations of generator. # # [+Prime+::+EratosthenesGenerator+] -# Uses eratosthenes' sieve. # [+Prime+::+TrialDivisionGenerator+] # Uses the trial division method. # [+Prime+::+Generator23+] |