Correct typo in Util.Links documentation

This commit is contained in:
Christian Marie 2015-01-29 17:45:47 +11:00
parent 3a4471f211
commit 36268030b5

View file

@ -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)