From 34d51cbe65f1a02d7f9d1b5abf8321852f20bbd8 Mon Sep 17 00:00:00 2001 From: Peter Lebbing Date: Wed, 2 Oct 2024 17:10:33 +0200 Subject: [PATCH] Fix error message --- clash-protocols-base/src/Protocols/Plugin/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash-protocols-base/src/Protocols/Plugin/Internal.hs b/clash-protocols-base/src/Protocols/Plugin/Internal.hs index 9b328694..68d6ad1d 100644 --- a/clash-protocols-base/src/Protocols/Plugin/Internal.hs +++ b/clash-protocols-base/src/Protocols/Plugin/Internal.hs @@ -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.