fix docstrings

Co-authored-by: Emily Martins <emi@haskell.fyi>
This commit is contained in:
Hongrui Fang 2022-11-22 19:28:31 +08:00
parent e85990d14a
commit 6c8f6b55ce
2 changed files with 2 additions and 2 deletions

View file

@ -274,7 +274,7 @@ newtype PMaxTimeRangeWidth (s :: S)
POrd
, -- | @since 0.2.1
PShow
, -- | @since 0.2.1
, -- | @since 1.0.0
PNum
)

View file

@ -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.
-}