Skip to content

Commit

Permalink
Update base/iterators.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored Oct 10, 2019
1 parent 8c8f717 commit ed48290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ that is is an iterator of iterators:
Note that `unzip` does not return an iterator: it always consumes all of
its argument and all of each iterator yielded by its argument. It is only
associated with iteration beacuse it is the inverse of `zip`.
associated with iteration because it is the inverse of `zip`.
# Examples
Expand Down

0 comments on commit ed48290

Please sign in to comment.