diff --git a/src/utils.jl b/src/utils.jl index 9ebfdf72d6..a82ccc93c0 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -219,7 +219,7 @@ end min_world::Ref{UInt}, max_world::Ref{UInt}, ) - res = lookup_world(sig, mt.world, mt.table, min_world, max_world) + res = lookup_world(sig, world, mt.table, min_world, max_world) return res end