Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Dec 12, 2023
1 parent 7f8ddf5 commit 0cd52bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/topological_order.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function topological_order(topology::NotebookTopology, roots::AbstractVector{Cel
pop!(entries)
end

continue # the cycle was created by us so we can keep exploring other childs
continue # the cycle was created by us so we can keep exploring other children
end
end
push!(exits, cell)
Expand Down

0 comments on commit 0cd52bb

Please sign in to comment.