From ffc29929d7f8908e5a51385d7c110bfd5ca60d16 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Fri, 23 Apr 2021 10:11:13 +0200 Subject: [PATCH] Typo --- servant/src/Servant/API/UVerb/Union.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant/src/Servant/API/UVerb/Union.hs b/servant/src/Servant/API/UVerb/Union.hs index 1b776216..774cf628 100644 --- a/servant/src/Servant/API/UVerb/Union.hs +++ b/servant/src/Servant/API/UVerb/Union.hs @@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -} -- | Type-level code for implementing and using 'UVerb'. Heavily inspired by --- [world-piece](https://github.com/cdepillabout/world-peace). +-- [world-peace](https://github.com/cdepillabout/world-peace). module Servant.API.UVerb.Union ( IsMember , Unique