Skip to content

Commit

Permalink
"parametrised" -> "parameterised"
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed Jan 24, 2025
1 parent 44cd74b commit fb73a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import Ouroboros.Network.Util.ShowProxy (ShowProxy (..))
-- | The kind of the local state query protocol, and the types of
-- the states in the protocol state machine.
--
-- It is parametrised over the type of block (for points), the type of queries
-- It is parameterised over the type of block (for points), the type of queries
-- and query results.
--
type LocalStateQuery :: Type -- ^ block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import Ouroboros.Network.Util.ShowProxy
-- | The kind of the local transaction monitoring protocol, and the types of
-- the states in the protocol state machine.
--
-- It is parametrised over the type of transactions.
-- It is parameterised over the type of transactions.
--
type LocalTxMonitor :: Type -> Type -> Type -> Type
data LocalTxMonitor txid tx slot where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Ouroboros.Network.Util.ShowProxy
-- | The kind of the local transaction-submission protocol, and the types of
-- the states in the protocol state machine.
--
-- It is parametrised over the type of transactions and the type of reasons
-- It is parameterised over the type of transactions and the type of reasons
-- used when rejecting a transaction.
--
type LocalTxSubmission :: Type -> Type -> Type
Expand Down

0 comments on commit fb73a86

Please sign in to comment.