Skip to content

Commit

Permalink
Fix haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Jul 9, 2024
1 parent fb1705b commit d32212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ pTransferAmt =
rHexHash :: ()
=> SerialiseAsRawBytes (Hash a)
=> AsType a
-> Maybe String -- | Optional prefix to the error message
-> Maybe String -- ^ Optional prefix to the error message
-> ReadM (Hash a)
rHexHash a mErrPrefix =
Opt.eitherReader $
Expand Down

0 comments on commit d32212a

Please sign in to comment.