mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/irb.rb, lib/prime.rb: Typos in overview
Patch by Ershad K [Github Fixes #234] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
075e4cba66
commit
790e7f797b
3 changed files with 7 additions and 2 deletions
|
@ -71,7 +71,7 @@ end
|
|||
#
|
||||
# A "generator" provides an implementation of enumerating pseudo-prime
|
||||
# numbers and it remembers the position of enumeration and upper bound.
|
||||
# Futhermore, it is a external iterator of prime enumeration which is
|
||||
# Furthermore, it is a external iterator of prime enumeration which is
|
||||
# compatible to an Enumerator.
|
||||
#
|
||||
# +Prime+::+PseudoPrimeGenerator+ is the base class for generators.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue