From 36268030b5ac5c0e75502bc4dff02072ccfe57f4 Mon Sep 17 00:00:00 2001 From: Christian Marie Date: Thu, 29 Jan 2015 17:45:47 +1100 Subject: [PATCH] Correct typo in Util.Links documentation --- src/Servant/Utils/Links.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servant/Utils/Links.hs b/src/Servant/Utils/Links.hs index 04aa23cd..31c54cde 100644 --- a/src/Servant/Utils/Links.hs +++ b/src/Servant/Utils/Links.hs @@ -214,7 +214,7 @@ escape = escapeURIString isUnreserved safeLink :: forall endpoint api. (IsElem endpoint api, HasLink endpoint) => Proxy endpoint -- ^ The API endpoint you would like to point to - -> Proxy api -- ^ The whole API that you this endpoint is a part of + -> Proxy api -- ^ The whole API that this endpoint is a part of -> MkLink endpoint safeLink endpoint _ = link endpoint (Link mempty mempty)