summaryrefslogtreecommitdiff
path: root/lib/prime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prime.rb')
-rw-r--r--lib/prime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prime.rb b/lib/prime.rb
index dd1190a0c7..0c60695c6c 100644
--- a/lib/prime.rb
+++ b/lib/prime.rb
@@ -450,7 +450,7 @@ class Prime
# Overwrites Prime#each.
#
# Iterates the given block over all prime numbers. Note that enumeration starts from
- # the current position of internal pointer, not rewinded.
+ # the current position of internal pointer, not rewound.
def each(&block)
return @generator.dup unless block_given?
loop do