Skip to content

Commit aa71099

Browse files
author
Jonathan
committed
Update Mock.hs
1 parent 23fb5e1 commit aa71099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-mock/src/Servant/Mock.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
-- and call 'mock', which has the following type:
3737
--
3838
-- @
39-
-- 'mock' :: 'HasMock' api => 'Proxy' api -> 'Server' api
39+
-- 'mock' :: 'HasMock' api context => 'Proxy' api -> 'Proxy' context -> 'Server' api
4040
-- @
4141
--
4242
-- What this says is, given some API type @api@ that it knows it can

0 commit comments

Comments
 (0)