Marcus Stollsteimer 2019-12-27 19:47:04 +01:00 коммит произвёл Hiroshi SHIBATA
Родитель f236f6082c
Коммит e92fbaf609
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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+]