From a4b4ae4109124308ba778b92924211666b31eb07 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Tue, 14 Sep 2021 18:42:54 +0200
Subject: [PATCH] Add comment

---
 src/Quasar/Wayland/Protocol/Core.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Quasar/Wayland/Protocol/Core.hs b/src/Quasar/Wayland/Protocol/Core.hs
index b1a12de..9ac4b54 100644
--- a/src/Quasar/Wayland/Protocol/Core.hs
+++ b/src/Quasar/Wayland/Protocol/Core.hs
@@ -157,7 +157,7 @@ instance WireFormat 'FdArgument where
   showArgument = undefined
 
 
--- | A wayland interface
+-- | A proxy type (in the haskell sense) for a Wayland interface.
 class
   (
     IsMessage (Request i),
-- 
GitLab