Merge pull request #1140 from domenkozar/typo

[skip ci] fix typo in generic Client
This commit is contained in:
Oleg Grenrus 2019-02-28 10:49:28 +02:00 committed by GitHub
commit cae428d845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ import Data.Proxy
import Servant.API.Generic
import Servant.Client.Core
-- | A type that specifies that an API reocrd contains a client implementation.
-- | A type that specifies that an API record contains a client implementation.
data AsClientT (m :: * -> *)
instance GenericMode (AsClientT m) where
type AsClientT m :- api = Client m api