Skip to content

Commit ab76719

Browse files
vtjnashrafaqz
authored andcommitted
Update iterator.jl
1 parent 4546145 commit ab76719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ end
4242
) where {T,I<:Tuple{A,B,C}} where {A,B,C}
4343
datacur::A, bi::B, bstate::C = i
4444
(chunkiter, innerinds) = bstate
45-
cistateold = isdone(innerinds)
45+
cistateold = isempty(innerinds)
4646
biter = iterate(bi, bstate)
4747
if biter === nothing
4848
return nothing

0 commit comments

Comments
 (0)