Skip to content

Commit

Permalink
* enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
marcandre committed Jun 27, 2010
1 parent 3ca40d2 commit 165ebcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enum.c
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ zip_i(VALUE val, NODE *memo, int argc, VALUE *argv)

/*
* call-seq:
* enum.zip(arg, ...) -> an_enumerator
* enum.zip(arg, ...) -> an_array_of_array
* enum.zip(arg, ...) {|arr| block } -> nil
*
* Takes one element from <i>enum</i> and merges corresponding
Expand Down

0 comments on commit 165ebcd

Please sign in to comment.