From 74bb792624af0eb34fcdd7ccd21d128352f733c1 Mon Sep 17 00:00:00 2001 From: Hongrui Fang Date: Tue, 22 Nov 2022 19:28:31 +0800 Subject: [PATCH] fix docstrings Co-authored-by: Emily Martins --- agora/Agora/Proposal/Time.hs | 2 +- agora/Agora/Stake/Redeemers.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -}