Commit 938281c1 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1971 from suzukaze/fix-typo

Fix a typo
parents 49d18ca8 110486de
......@@ -609,7 +609,7 @@ module Kernel
end
module Enumerable
# use Enumerator to use inifite sequence
# use Enumerator to use infinite sequence
def zip(*arg)
ary = []
arg = arg.map{|a|a.each}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment