Skip to content

Commit

Permalink
Fix fpRelPowerSeriesRing supertype (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Oct 8, 2024
1 parent 6755a22 commit e2c1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flint/FlintTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3430,7 +3430,7 @@ end
#
###############################################################################

@attributes mutable struct fpRelPowerSeriesRing <: SeriesRing{zzModRingElem}
@attributes mutable struct fpRelPowerSeriesRing <: SeriesRing{fpFieldElem}
base_ring::fpField
prec_max::Int
S::Symbol
Expand Down

0 comments on commit e2c1ddf

Please sign in to comment.