chore: remove repetitive word (#1232)

Signed-off-by: findseat <penglili@outlook.com>
pull/1235/head
findseat 7 months ago committed by GitHub
parent 3f82caf9d6
commit 028a6de16b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lib/Echidna/ABI.hs

@ -179,7 +179,7 @@ getRandomInt n =
-- | Synthesize a random 'AbiValue' given its 'AbiType'. Doesn't use a dictionary. -- | Synthesize a random 'AbiValue' given its 'AbiType'. Doesn't use a dictionary.
-- Note that we define the dictionary case ('genAbiValueM') first (below), so -- Note that we define the dictionary case ('genAbiValueM') first (below), so
-- recursive types can be be generated using the same dictionary easily -- recursive types can be generated using the same dictionary easily
genAbiValue :: MonadRandom m => AbiType -> m AbiValue genAbiValue :: MonadRandom m => AbiType -> m AbiValue
genAbiValue = genAbiValueM emptyDict genAbiValue = genAbiValueM emptyDict

Loading…
Cancel
Save