diff --git a/agora/Agora/Proposal/Time.hs b/agora/Agora/Proposal/Time.hs index 505e6a7..38b5691 100644 --- a/agora/Agora/Proposal/Time.hs +++ b/agora/Agora/Proposal/Time.hs @@ -274,7 +274,7 @@ newtype PMaxTimeRangeWidth (s :: S) POrd , -- | @since 0.2.1 PShow - , -- | @since 0.2.1 + , -- | @since 1.0.0 PNum ) diff --git a/agora/Agora/Stake/Redeemers.hs b/agora/Agora/Stake/Redeemers.hs index e71c7ed..8ae229d 100644 --- a/agora/Agora/Stake/Redeemers.hs +++ b/agora/Agora/Stake/Redeemers.hs @@ -267,7 +267,7 @@ instance DerivePlutusType PRemoveLocksMode where type DPTStrat _ = PlutusTypeScott {- | Remove stake locks with the proposal id given the list of existing locks. - The first parameter controls whether to revmove creator locks or not. If + The first parameter controls whether to remove creator locks or not. If one of the locks performed voting action, the unlock cooldown will be checked if it's given. -}