Skip to content

Commit

Permalink
Correct signatures once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Dec 15, 2024
1 parent fef1dbb commit 7fa42e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rings/MPolyMap/flattening_specializations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function (phi::RingFlattening{<:Union{
}})(x::RingElem)
!phi.cached && return _compute_flattened_element(phi, x)
return get!(flat_counterparts(phi), x) do
_compute_flattened_element(phi, domain(phi)(x))
_compute_flattened_element(phi, x)
end::elem_type(codomain(phi))
end

Expand Down

0 comments on commit 7fa42e9

Please sign in to comment.