Correct typo in Util.Links documentation
This commit is contained in:
parent
3a4471f211
commit
36268030b5
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ escape = escapeURIString isUnreserved
|
||||||
safeLink
|
safeLink
|
||||||
:: forall endpoint api. (IsElem endpoint api, HasLink endpoint)
|
:: forall endpoint api. (IsElem endpoint api, HasLink endpoint)
|
||||||
=> Proxy endpoint -- ^ The API endpoint you would like to point to
|
=> 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
|
-> MkLink endpoint
|
||||||
safeLink endpoint _ = link endpoint (Link mempty mempty)
|
safeLink endpoint _ = link endpoint (Link mempty mempty)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue