Skip to content

Commit

Permalink
correct spelling of native in docs
Browse files Browse the repository at this point in the history
Co-authored-by: rsoeldner <[email protected]>
  • Loading branch information
chessai and rsoeldner authored Mar 20, 2024
1 parent ddeb817 commit 02733d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crypto/Hash/Keccak256Native.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}

-- | Implementation of the `keccack256` pact native.
-- | Implementation of the `keccak256` pact native.
--
-- `keccak256` takes as input a Pact object representing a
-- 'HyperlaneMessage', and returns a base16-encoded hash of the abi-encoding
Expand Down

0 comments on commit 02733d7

Please sign in to comment.