Skip to content

Commit cae428d

Browse files
authored
Merge pull request #1140 from domenkozar/typo
[skip ci] fix typo in generic Client
2 parents b17c8bb + 23c5e6a commit cae428d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-client-core/src/Servant/Client/Generic.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Data.Proxy
1616
import Servant.API.Generic
1717
import Servant.Client.Core
1818

19-
-- | A type that specifies that an API reocrd contains a client implementation.
19+
-- | A type that specifies that an API record contains a client implementation.
2020
data AsClientT (m :: * -> *)
2121
instance GenericMode (AsClientT m) where
2222
type AsClientT m :- api = Client m api

0 commit comments

Comments
 (0)