Correct comment

This commit is contained in:
danielfarrelly 2023-03-29 22:29:28 +01:00 committed by Emily Martins
parent b6e2961234
commit e4957acaf3

View file

@ -69,7 +69,7 @@ import "liqwid-plutarch-extra" Plutarch.Extra.TermCont (pguardC, pletC, pletFiel
-}
data MutateGovernorDatum = MutateGovernorDatum
{ oldDatum :: GovernorDatum
-- ^ The governor datum hash on which this effect is valid
-- ^ The governor datum value on which this effect is valid
, newDatum :: GovernorDatum
-- ^ The new settings for the governor.
}