Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrains1 committed Oct 3, 2024
1 parent dfc0b07 commit 34d51cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash-protocols-base/src/Protocols/Plugin/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Protocols.Plugin.Types
-}
circuit :: Any
circuit =
error "'protocol' called: did you forget to enable \"Protocols.Plugin\"?"
error "'circuit' called: did you forget to enable \"Protocols.Plugin\"?"

{- | Picked up by "Protocols.Plugin" to tie circuits together. See
"Protocols.Plugin" for more information.
Expand Down

0 comments on commit 34d51cb

Please sign in to comment.