From aa71099ffd515daebe2d9c6521b84334d091c9a0 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 11 Apr 2016 08:54:38 -0500 Subject: [PATCH] Update Mock.hs --- servant-mock/src/Servant/Mock.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-mock/src/Servant/Mock.hs b/servant-mock/src/Servant/Mock.hs index 8bf9a56e..881d9e84 100644 --- a/servant-mock/src/Servant/Mock.hs +++ b/servant-mock/src/Servant/Mock.hs @@ -36,7 +36,7 @@ -- and call 'mock', which has the following type: -- -- @ --- 'mock' :: 'HasMock' api => 'Proxy' api -> 'Server' api +-- 'mock' :: 'HasMock' api context => 'Proxy' api -> 'Proxy' context -> 'Server' api -- @ -- -- What this says is, given some API type @api@ that it knows it can