Skip to content

Commit ed48290

Browse files
Update base/iterators.jl
1 parent 8c8f717 commit ed48290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/iterators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ that is is an iterator of iterators:
413413
414414
Note that `unzip` does not return an iterator: it always consumes all of
415415
its argument and all of each iterator yielded by its argument. It is only
416-
associated with iteration beacuse it is the inverse of `zip`.
416+
associated with iteration because it is the inverse of `zip`.
417417
418418
# Examples
419419

0 commit comments

Comments
 (0)