diff --git a/agora/Agora/Effect/GovernorMutation.hs b/agora/Agora/Effect/GovernorMutation.hs index 01fdf3b..8a85ba1 100644 --- a/agora/Agora/Effect/GovernorMutation.hs +++ b/agora/Agora/Effect/GovernorMutation.hs @@ -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. }