Skip to content

Commit

Permalink
Haddock fix (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriFordsham authored Feb 13, 2022
1 parent 4280171 commit a63bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/polkadot/src/Network/Polkadot/Storage/Key.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Network.Polkadot.Metadata.V13 (NMapType (..),
-- | General type wrapper for SCALE encodable storage index argument.
data Argument where
Argument :: Encode a => a -> Argument
-- ^ Wrapped type should be encodable.
-- ^ Wrapped type should be encodable.

instance Encode Argument where
put arg = case arg of Argument a -> put a
Expand Down

0 comments on commit a63bb5f

Please sign in to comment.