From 0cd52bb010163c847fb40aec397ef1a930244324 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 12 Dec 2023 14:15:15 +0100 Subject: [PATCH] typo --- src/analysis/topological_order.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/topological_order.jl b/src/analysis/topological_order.jl index 03ac91c42b..7fa0d1b2d5 100644 --- a/src/analysis/topological_order.jl +++ b/src/analysis/topological_order.jl @@ -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)